mirror of
https://github.com/janet-lang/janet
synced 2024-12-22 22:40:26 +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.*
|
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 ###
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user