mirror of
https://github.com/janet-lang/janet
synced 2025-04-11 01:36:38 +00:00
Add easier option for adding config.mk in root directory.
This commit is contained in:
parent
fd59de25c5
commit
2f69cd4209
5
.gitignore
vendored
5
.gitignore
vendored
@ -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 ###
|
||||
|
2
Makefile
2
Makefile
@ -21,7 +21,7 @@
|
||||
################################
|
||||
##### Set global variables #####
|
||||
################################
|
||||
|
||||
sinclude config.mk
|
||||
PREFIX?=/usr/local
|
||||
|
||||
INCLUDEDIR?=$(PREFIX)/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user