Skip to content

Commit

Permalink
Cleaning repository
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Mar 24, 2017
1 parent d9c50b4 commit d7affd8
Show file tree
Hide file tree
Showing 3,983 changed files with 2 additions and 880,155 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,8 @@ simplegame: libcocos2dx
simplegame-clean:
$(MAKE) -C samples/Cpp/SimpleGame/proj.$(PLATFORM) clean

naildoctor: libcocos2dx
$(MAKE) -C samples/Cpp/NailDoctor/proj.$(PLATFORM)
naildoctor-clean:
$(MAKE) -C samples/Cpp/NailDoctor/proj.$(PLATFORM) clean

all: box2d cocosdenshion libextensions libcocos2dx lua hellocpp testcpp simplegame naildoctor
clean: libcocos2dx-clean box2d-clean chipmunk-clean cocosdenshion-clean libextensions-clean lua-clean hellocpp-clean testcpp-clean simplegame-clean naildoctor-clean
all: box2d cocosdenshion libextensions libcocos2dx lua hellocpp testcpp simplegame
clean: libcocos2dx-clean box2d-clean chipmunk-clean cocosdenshion-clean libextensions-clean lua-clean hellocpp-clean testcpp-clean simplegame-clean

# Haven't yet got the lua projects working with emscripten
ifneq ($(PLATFORM),emscripten)
Expand Down
149 changes: 0 additions & 149 deletions README.orig.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit d7affd8

Please sign in to comment.