wmake
wmake comp
if [ -f "*.exe" ]
- then
-cp *.exe /var/www/
-rm /var/www/inputest.exe
-cp inputest.exe /var/www/inputest.exe
-scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/
+ then
+wmake www
fi
wmake clean
if [ -z "$*" ]; then
@cd $(JSMNLIB)
@git pull
@cd ../../../
- @cd $(DOSLIB)
- @git pull
+ @cd $(DOSLIB)
+ @git pull
@./buildall.sh
- @cd ../../../
+ @cd ../../../
initlibs: .symbolic
@cd src/lib
@wmake -f makefile all
@cd ../../
+www: .symbolic
+ @rm -f /var/www/$(EXEC)
+ @cp -f $(EXEC) /var/www/
+ @scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/