fix include path for lua-cjson and add cleanall target

This commit is contained in:
Cloud Wu
2014-04-15 14:29:40 +08:00
parent 006e9be185
commit 720297b6ec
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ PLATS = linux freebsd macosx
CC ?= gcc
.PHONY : none $(PLATS) clean all
.PHONY : none $(PLATS) clean all cleanall
ifneq ($(PLAT), none)