Skip to content
Snippets Groups Projects
Allwmake 161 B
#!/bin/sh
set -x

( cd wmake && ./makeWmake )

( cd src && ./Allwmake )

( cd applications && ./Allwmake )

if [ "$1" = doc ]
then
   ( cd doc && ./Allwmake)
fi