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 /have | |
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 'have')
-rw-r--r-- | have/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/have/Makefile b/have/Makefile index a2384c3..ee214d5 100644 --- a/have/Makefile +++ b/have/Makefile @@ -34,4 +34,4 @@ dist: ${DISTFILES} ${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/ .PHONY: all dist -include ../Makefile.local +include ../config.mk |