summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-11-24 19:33:29 -0500
committerGordon GECOS <u@adam>2023-11-24 19:33:29 -0500
commitca48d24bf83a7ce68f3f93449012da40b61015e5 (patch)
treea87acec08c6c7b87b4e2e9462242b23ef2bd55fe
parente245d4d143ec51554474f8503ec2f50092dca4b8 (diff)
make syntax fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55bb8d8..ec9bb62 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SHELL = bash
3ifneq ($(UID),0) 3ifneq ($(UID),0)
4SUDO = sudo 4SUDO = sudo
5endif 5endif
6.DEFAULT_TARGET = testall 6.DEFAULT_GOAL = testall
7 7
8target = _build/testfile 8target = _build/testfile
9signature = $(target).sig 9signature = $(target).sig