aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2019-09-21 12:12:17 +0200
committerMarvin Borner2019-09-21 12:14:03 +0200
commitf18d636a8a147a3e2a72318dc6ab2b0d3c7fd6e0 (patch)
tree622de1723722480e81a9f34f96e8a3b90f729df9 /Makefile
parentab431f761e9a0921a2e5b143d07819ddbbfead06 (diff)
Improved build process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2010495
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+all:
+ sh cross.sh
+ sh build.sh \ No newline at end of file