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
|
||||
|
||||
.PHONY: default
|
||||
default: all
|
||||
|
||||
.PHONY: run
|
||||
run: balls
|
||||
./balls
|
||||
|
Reference in New Issue
Block a user