Fixed default 'all' target; fixed format warnings in test suite
This commit is contained in:
parent
4543b091cb
commit
1789cbf0ca
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ CFLAGS += -DINCLUDE_TESTS
|
|||
|
||||
.SUFFIX:
|
||||
|
||||
.DEFAULT_GOAL:=all
|
||||
|
||||
%.a:
|
||||
-rm -f $@
|
||||
ar crv $@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue