mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
909af119de
object must be created dynamiclly
6 lines
97 B
Makefile
6 lines
97 B
Makefile
UTIL = $(wildcard ../*.cpp)
|
|
base_path = ../..
|
|
PROG = dbuf
|
|
CFLAGS += -I../
|
|
include ../Makefile.in
|