aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-18 10:52:15 -0400
committerTest_User <hax@andrewyu.org>2024-06-18 10:52:15 -0400
commit90e667fcc8c86f3d7d0037a8a9d8ceb4901bd67c (patch)
tree7d868c4af5cbb44482b869a38d6038e3fdc62ec7 /Makefile
parent8961537d5fca28e56f0987c18a5b8cba1035f698 (diff)
downloadhaxircd-90e667fcc8c86f3d7d0037a8a9d8ceb4901bd67c.tar.gz
haxircd-90e667fcc8c86f3d7d0037a8a9d8ceb4901bd67c.zip
Well, git isn't nice it seems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 431b305..da6f192 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,8 @@ LDFLAGS = -lpthread
printf '%s\n' 'LAST_CFLAGS = $(ORIGINAL_CFLAGS)' >> .makeopts
printf '%s\n' 'LAST_CC = $(CC)' >> .makeopts
+$(shell [ -e .makeopts ] || > .makeopts)
+
include .makeopts
rebuild = 0