mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 03:17:37 +08:00
415de6f5c6
acl.3.0.13 release
5 lines
79 B
Makefile
5 lines
79 B
Makefile
UTIL = $(wildcard ../*.cpp)
|
|
PROG = html
|
|
include ../Makefile.in
|
|
CFLAGS += -I../
|