mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
18 lines
171 B
Makefile
18 lines
171 B
Makefile
ROOT= ../..
|
|
include $(ROOT)/mk/hdr.mk
|
|
|
|
VERSION=2.0
|
|
TARG=libregexp9
|
|
|
|
OBJ=\
|
|
regcomp\
|
|
regerror\
|
|
regexec\
|
|
regsub\
|
|
regaux\
|
|
rregexec\
|
|
rregsub
|
|
|
|
include $(ROOT)/mk/lib.mk
|
|
|