delete untracked files

This commit is contained in:
root
2016-10-31 17:32:25 +00:00
parent 9305d4f800
commit f0ec333714
13 changed files with 52 additions and 22 deletions

View File

@ -4,7 +4,7 @@ SERVER=plugin_manager.o plugins/ini.o http_server.o plugins/dictionary.o plugins
SERVERLIB=-lpthread -ldl
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
BUILDIRD=/root/antd
BUILDIRD=/root/www
PF_FLAG=-D_GNU_SOURCE
endif
ifeq ($(UNAME_S),Darwin)