Makefile - Fix default goal
This commit is contained in:
parent
720a9b4609
commit
89fc62b312
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
.DEFAULT_GOAL: all
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
include Makeconf
|
||||
|
||||
|
|
Loading…
Reference in a new issue