build system
This commit is contained in:
parent
ffd2a62c3f
commit
16bf55622a
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,7 +13,7 @@ yarn-error.log
|
||||
npm-packages-offline-cache/
|
||||
|
||||
/configure
|
||||
/config.mk
|
||||
build-system/config.mk
|
||||
|
||||
|
||||
\#*\#
|
||||
|
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ typedoc = node_modules/typedoc/bin/typedoc
|
||||
ava = node_modules/.bin/ava
|
||||
nyc = node_modules/nyc/bin/nyc.js
|
||||
|
||||
include config.mk
|
||||
include ./build-system/config.mk
|
||||
|
||||
.PHONY: compile
|
||||
compile:
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d1f949d0cbe30839eb53f34e2a8b34f61e0ad33a
|
||||
Subproject commit f65d933845faa73a864cce17a8ccd575d8da9f10
|
Loading…
Reference in New Issue
Block a user