mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
6f18301ac8
format the files with DOS format.
6 lines
104 B
Makefile
6 lines
104 B
Makefile
#UTIL = $(wildcard ../*.cpp)
|
|
PROG = token_tree
|
|
base_path = ../..
|
|
CFLAGS += -I../
|
|
include ../Makefile.in
|