From e9b8860e1e35cd94d5b6d35b140d49762d2991bf Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 29 Aug 2011 16:04:30 -0400 Subject: [PATCH] Add AdJitsu to the build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4de3b6c2..fe623a42 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -IOS=AtomcraftHud FacebookConnect MGSplitViewController RedLaser Tapku +IOS=AtomcraftHud FacebookConnect MGSplitViewController RedLaser Tapku AdJitsu OSX= DUAL=CorePlot @@ -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 \ No newline at end of file + for i in $(IOS) $(OSX) $(DUAL); do (cd $$i; make clean); done