default build target is compile (no run).
This commit is contained in:
3
Makefile
3
Makefile
@ -8,6 +8,9 @@ LIBS=$(GTK_LIBS)
|
|||||||
|
|
||||||
PROGS=balls
|
PROGS=balls
|
||||||
|
|
||||||
|
.PHONY: default
|
||||||
|
default: all
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: balls
|
run: balls
|
||||||
./balls
|
./balls
|
||||||
|
Reference in New Issue
Block a user