TarsCloud_TarsCpp/servant/script/http_demo/makefile
2020-03-10 20:50:37 +08:00

16 lines
389 B
Makefile

#-----------------------------------------------------------------------
APP := DemoApp
TARGET := DemoServer
CONFIG :=
STRIP_FLAG:= N
TARS2CPP_FLAG:=
INCLUDE +=
LIB +=
#-----------------------------------------------------------------------
include /usr/local/tars/cpp/makefile/makefile.tars
#-----------------------------------------------------------------------