build system

This commit is contained in:
Florian Dold 2020-08-03 13:22:29 +05:30
parent ffd2a62c3f
commit 16bf55622a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
4 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -13,7 +13,7 @@ yarn-error.log
npm-packages-offline-cache/
/configure
/config.mk
build-system/config.mk
\#*\#

View File

@ -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