Add easier option for adding config.mk in root directory.

This commit is contained in:
Calvin Rose 2022-10-23 13:11:07 -05:00
parent fd59de25c5
commit 2f69cd4209
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -68,10 +68,13 @@ tags
vgcore.* vgcore.*
*.out.* *.out.*
# Wix artifacts # WiX artifacts
*.msi *.msi
*.wixpdb *.wixpdb
# Makefile config
/config.mk
# Created by https://www.gitignore.io/api/c # Created by https://www.gitignore.io/api/c
### C ### ### C ###

View File

@ -21,7 +21,7 @@
################################ ################################
##### Set global variables ##### ##### Set global variables #####
################################ ################################
sinclude config.mk
PREFIX?=/usr/local PREFIX?=/usr/local
INCLUDEDIR?=$(PREFIX)/include INCLUDEDIR?=$(PREFIX)/include