mirror of
https://github.com/0intro/wmii
synced 2025-02-20 00:04:37 +03:00
18 lines
169 B
Makefile
18 lines
169 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
|
||
|
|