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 /contrib | |
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 'contrib')
-rw-r--r-- | contrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 9489eea..8f81468 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -17,4 +17,4 @@ dist: ${DISTFILES} cp -R vim ${DESTDIR}/vim .PHONY: all dist -include ../Makefile.local +include ../config.mk |