aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-04 13:23:42 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-04 13:23:42 +0200
commitc65006ca5107f59e612678891df26d3991823321 (patch)
treec49f83cf534e944705a0b5647c69aaeb25acd236 /Makefile
parent52775bc91acb5ce25dd5e8c8e474a74e69de097c (diff)
downloaddns-c65006ca5107f59e612678891df26d3991823321.tar.gz
add Makefile target all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c16ae21..a171f23 100644
--- a/Makefile
+++ b/Makefile
@@ -41,3 +41,6 @@ clean:
@echo [RM] $(BUILDDIR)/$(OUTPUT)
@rm -df $(OBJ)
@rm -Rdf $(BUILDDIR) $(OBJECTDIR)
+
+.PHONY: all
+all: clean build