COMP: Allwmake: make -q work

This commit is contained in:
mattijs
2018-11-01 14:12:52 +00:00
parent 097e54a74f
commit 30dcac006f
5 changed files with 10 additions and 13 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
#------------------------------------------------------------------------------