]> Nishi Git Mirror - dataworks.git/commitdiff
add thanks banner
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 13 Jun 2024 02:13:40 +0000 (02:13 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 13 Jun 2024 02:13:40 +0000 (02:13 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@287 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Makefiles/common.mk

index 17607ac9b2f64a6dc7a961d7d8820c8e455627f9..971f4dd5ad81c49984b0c690e5ae556861342d70 100644 (file)
@@ -1,10 +1,20 @@
 # $Id$
 
-.PHONY: all no-doc replace format clean ./Library ./Client ./Document ./Grammar ./RemoteClient ./Package/PKGBUILD archive archive-prepare archive-cleanup archive-targz archive-zip dosbox prepare-dosbox dosbox-x cleanup-dosbox get-version
+.PHONY: all no-doc replace format clean ./Library ./Client ./Document ./Grammar ./RemoteClient ./Package/PKGBUILD archive archive-prepare archive-cleanup archive-targz archive-zip dosbox prepare-dosbox dosbox-x cleanup-dosbox get-version thanks-banner
 
 all: ./Grammar ./Library ./Client $(SERVER) $(RCLI) ./Document
+       $(MAKE) thanks-banner
 
 no-doc: ./Grammar ./Library ./Client $(SERVER) $(RCLI)
+       $(MAKE) thanks-banner
+
+thanks-banner:
+       @echo "************************************"
+       @echo "*                                  *"
+       @echo "*  Thanks for choosing DataWorks.  *"
+       @echo "*     - Nishi <nishi@nishi.boats>  *"
+       @echo "*                                  *"
+       @echo "************************************"
 
 ./Grammar::
        $(MAKE) -C $@ $(COMPILE_FLAGS)