aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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