Makefile

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

mercurial