summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-06-19 16:30:21 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-06-19 16:30:21 -0400
commit4f846b03f81738b8fc9ca11ac9c60fa65871a376 (patch)
treebcbea3174f9d9e85b6e0dfde1b8d7bd388521b3a /Makefile
parent665d53e059ab1f36b68990713e785504ff99b630 (diff)
Add GNU_Autoconf target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d463e4..874af3d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ clean:
SUPPORTED_TARGETS = \
debmake \
flex \
+GNU_Autoconf \
GNU_Make
.phony: $(SUPPORTED_TARGETS)