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 | |
parent | ffd2a62c3f7df94365980302fef3bc3376b48182 (diff) |
build system
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | build-system/configure.py (renamed from configure.py) | 0 | ||||
m--------- | build-system/taler-build-scripts | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 91b045338..fcd5c096c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ yarn-error.log npm-packages-offline-cache/ /configure -/config.mk +build-system/config.mk \#*\# @@ -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: diff --git a/configure.py b/build-system/configure.py index 4595aae10..4595aae10 100644 --- a/configure.py +++ b/build-system/configure.py diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts -Subproject d1f949d0cbe30839eb53f34e2a8b34f61e0ad33 +Subproject f65d933845faa73a864cce17a8ccd575d8da9f1 |