1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-01 02:18:03 +00:00

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.*
*.out.*
# Wix artifacts
# WiX artifacts
*.msi
*.wixpdb
# Makefile config
/config.mk
# Created by https://www.gitignore.io/api/c
### C ###

View File

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