aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-10-23 13:11:07 -0500
committerCalvin Rose <calsrose@gmail.com>2022-10-23 13:11:07 -0500
commit2f69cd4209fcb87d209d6d884f8a932f92c2485b (patch)
tree5088e94739d257776a9f26cd64e53c9af63b9871 /Makefile
parentAdd memcmp to the core. Useful in binary protocol implementations. (diff)
Add easier option for adding config.mk in root directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45499772..8079a98b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
################################
##### Set global variables #####
################################
-
+sinclude config.mk
PREFIX?=/usr/local
INCLUDEDIR?=$(PREFIX)/include