diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-03 13:22:29 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-03 13:33:33 +0530 |
commit | 16bf55622a2813a98e53e3a7311d201f1a46d71a (patch) | |
tree | edf1b2bf47861a96cd8903a1aec1f366b1dc7d7a /Makefile | |
parent | ffd2a62c3f7df94365980302fef3bc3376b48182 (diff) |
build system
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |