Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Add AdJitsu to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Aug 29, 2011
1 parent 68d0027 commit e9b8860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IOS=AtomcraftHud FacebookConnect MGSplitViewController RedLaser Tapku
IOS=AtomcraftHud FacebookConnect MGSplitViewController RedLaser Tapku AdJitsu
OSX=
DUAL=CorePlot

Expand All @@ -18,4 +18,4 @@ build-specific:
for i in $(DIRS); do (cd $$i; make $(TARGET)); done

clean:
for i in $(IOS) $(OSX) $(DUAL); do (cd $$i; make clean); done
for i in $(IOS) $(OSX) $(DUAL); do (cd $$i; make clean); done

0 comments on commit e9b8860

Please sign in to comment.