mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 13:23:32 +02:00
Missed one $(MAKE)
This commit is contained in:
parent
6aefed2666
commit
b3c1b3e990
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ uninstall:
|
|||
test: all
|
||||
@echo "!! The check library is required for compiling and running the tests"
|
||||
@echo "!! Get it at http://check.sf.net"
|
||||
@(cd tests; make all)
|
||||
@(cd tests; $(MAKE) all)
|
||||
|
||||
clean:
|
||||
@echo "Cleaning..."
|
||||
|
|
Loading…
Reference in a new issue