From 0ffc63903cbc705452dcd174971fd21d9143e9b2 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 18 Jun 2015 21:16:55 -0500 Subject: [PATCH] added a script for building in GNU/Linux modified: .gitignore new file: wmakelin.sh --- .gitignore | 1 + wmakelin.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 wmakelin.sh diff --git a/.gitignore b/.gitignore index 8960afa1..8d8a84a2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ FUCK *.ERR makefile~ !boop.sh +!wmakelin.sh img !.git/config diff --git a/wmakelin.sh b/wmakelin.sh new file mode 100644 index 00000000..d618c193 --- /dev/null +++ b/wmakelin.sh @@ -0,0 +1,2 @@ +#/bin/bash +wmake -f makefile.lin -- 2.39.5