From f8457e6804d0b1cae67ad1860c663c80ba53364a Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 12 Mar 2016 18:03:43 -0600 Subject: [PATCH] 16_in improvements and added debugging stuff~~~~ --- awoo.sh | 7 ++----- makefile | 10 +++++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/awoo.sh b/awoo.sh index 94fbe3c1..ca48c8d9 100755 --- a/awoo.sh +++ b/awoo.sh @@ -3,11 +3,8 @@ 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 diff --git a/makefile b/makefile index d0592420..9931d048 100755 --- a/makefile +++ b/makefile @@ -435,10 +435,10 @@ updatelibs: .symbolic @cd $(JSMNLIB) @git pull @cd ../../../ - @cd $(DOSLIB) - @git pull + @cd $(DOSLIB) + @git pull @./buildall.sh - @cd ../../../ + @cd ../../../ initlibs: .symbolic @cd src/lib @@ -463,3 +463,7 @@ mx_: .symbolic @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/ -- 2.39.2