Makefile

changeset 21
537aec525835
parent 17
7ea86024aef0
child 22
f463693b5eeb
--- a/Makefile	Fri Aug 30 11:23:44 2013 +0200
+++ b/Makefile	Thu Jan 23 09:19:37 2014 +0100
@@ -31,7 +31,7 @@
 all: clean compile
 	
 compile: build
-	cd src; $(MAKE) $(BIN)
+	cd src; $(MAKE)
 
 build:
 	$(MKDIR) build

mercurial