Makefile
This commit is contained in:
parent
004c4cee68
commit
bab1fd87b9
|
@ -46,7 +46,7 @@ DEPS = $(addprefix $(INCDIR)/,$(HEADERS))
|
||||||
RM = /bin/rm -f
|
RM = /bin/rm -f
|
||||||
RMDIR = /bin/rmdir
|
RMDIR = /bin/rmdir
|
||||||
|
|
||||||
.DEFAULT_GOAL = test
|
.DEFAULT_GOAL = all
|
||||||
|
|
||||||
NAME ?= rush-02
|
NAME ?= rush-02
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue