use vars in makefiles i guess
This commit is contained in:
parent
434f0e08d1
commit
df3505a04c
3 changed files with 14 additions and 10 deletions
|
@ -2,7 +2,7 @@ all: test
|
|||
|
||||
.PHONY: lib
|
||||
lib:
|
||||
make -C .. lib
|
||||
$(MAKE) -C .. lib
|
||||
|
||||
depends/quox: lib
|
||||
mkdir -p depends
|
||||
|
@ -14,4 +14,4 @@ exe: depends/quox
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf build depends
|
||||
$(RM) -r build depends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue