diff --git a/Makefile b/Makefile index 7c27449..7de7005 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ LIBS=$(GTK_LIBS) PROGS=balls +.PHONY: default +default: all + .PHONY: run run: balls ./balls