summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 16:36:37 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 16:36:37 -0500
commit980fd082d4c4f9e7c834476696c05079221a11bf (patch)
tree1029065c99b859b6bb055b10f696a798a495e574
parent8c0acc4814f5299cabc2c4d567ef891dd58f0738 (diff)
fix .DEFAULT
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 028eba4a..2a18831f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
.POSIX:
-.DEFAULT: all
+.DEFAULT:; $(MAKE) all
.SILENT: all headers include
include config.mk