]> Nishi Git Mirror - dataworks.git/commitdiff
separate targets
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sun, 26 May 2024 09:51:08 +0000 (09:51 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sun, 26 May 2024 09:51:08 +0000 (09:51 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@116 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

common.mk

index 7253a9aff1df9de041c46ab2bd04651b0b74449e..41b50acb9bef516afaea44ef2dc6292451a551ad 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -69,7 +69,7 @@ archive:
        -$(MAKE) archive-zip PREP=NO
        $(MAKE) archive-cleanup
 
-dosbox: no-doc
+prepare-dosbox: no-doc
        echo 'create_table("test", "string:key", "double:value");' > op.txt
        echo '.tables' >> op.txt
        echo "[cpu]" > dosbox.conf
@@ -84,5 +84,7 @@ dosbox: no-doc
        echo "del dw.exe" >> dosbox.conf
        echo "exit" >> dosbox.conf
        if [ ! -e "dos4gw.exe" ]; then wget "https://github.com/yetmorecode/dos32a-ng/releases/download/9.1.2/DOS32ANG.EXE" -O dos4gw.exe ; fi
+
+dosbox: prepare-dosbox
        dosbox
        rm op.txt dosbox.conf