diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-13 16:36:10 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-13 16:36:10 +0000 |
commit | 1610f9541d742906f7f683e9ad1ad2a29225ae8a (patch) | |
tree | e6458f2e82204977ba337d08d934b30a64a49b7b /compat | |
parent | 10cc819309de08fbab770ce9605dec1b35a4fad9 (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/Makefile | 2 |
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 |