From 24bbae26bf9398181327418f697f98237aeaada2 Mon Sep 17 00:00:00 2001 From: Antonio Carzaniga Date: Mon, 29 Jul 2019 18:36:32 +0200 Subject: [PATCH] default build target is compile (no run). --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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