mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
16 lines
389 B
Makefile
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
|
|
|
|
#-----------------------------------------------------------------------
|