summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-13 12:14:16 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-13 13:36:17 +0530
commita5d36ac29ff40b708f69baf118b1e20258e1ae91 (patch)
tree4bc2f372407fedc0bc527eb9ee19f313b1fef974 /Makefile
parentb7c30fdbf99628e351273dc4c3a734190d19e7ba (diff)
downloadlanding-a5d36ac29ff40b708f69baf118b1e20258e1ae91.tar.gz
landing-a5d36ac29ff40b708f69baf118b1e20258e1ae91.tar.bz2
landing-a5d36ac29ff40b708f69baf118b1e20258e1ae91.zip
simpler and better build system
Files are now generated into a build directory, they don't pollute the source tree anymore.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0385a66
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+SHELL = /bin/sh
+
+all:
+ ./demo/template.py build
+
+clean:
+ rm -rf build