aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-13 16:36:10 +0000
committerOmar Polo <op@omarpolo.com>2023-06-13 16:36:10 +0000
commit1610f9541d742906f7f683e9ad1ad2a29225ae8a (patch)
treee6458f2e82204977ba337d08d934b30a64a49b7b /compat
parent10cc819309de08fbab770ce9605dec1b35a4fad9 (diff)
rework the configure script
now it resembles less oconfigure and more the configure scripts I'm using in my recent projects. I'd argue it's more easy to use it.
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile b/compat/Makefile
index e98fdd6..f820f71 100644
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -29,4 +29,4 @@ dist: ${DISTFILES}
${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
.PHONY: all dist
-include ../Makefile.local
+include ../config.mk