Merge branch 'master' of github.com:wombatant/ox

This commit is contained in:
2017-04-25 20:55:23 -05:00
30 changed files with 1300 additions and 183 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ifneq ($(which gmake 2>&1),)
ifneq ($(shell which gmake),)
MAKE=gmake -j
else
MAKE=make