diff options
author | Marvin Borner | 2019-09-21 12:12:17 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-21 12:14:03 +0200 |
commit | f18d636a8a147a3e2a72318dc6ab2b0d3c7fd6e0 (patch) | |
tree | 622de1723722480e81a9f34f96e8a3b90f729df9 /Makefile | |
parent | ab431f761e9a0921a2e5b143d07819ddbbfead06 (diff) |
Improved build process
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 |