]> Nishi Git Mirror - libw3.git/commitdiff
better win32 makefile
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 17 Jan 2024 09:38:19 +0000 (09:38 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Wed, 17 Jan 2024 09:38:19 +0000 (09:38 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@15 d27a3e52-49c5-7645-884c-6793ebffc270

Example/Makefile
Library/Makefile

index 14a42269fb5c84d4f5c66d86bd5902e1e2f5800d..5b11d93d08c9d5a502529db208402dbe48420326 100644 (file)
@@ -5,7 +5,7 @@
        $(CC) -o $@ -I ../Library -L ../Library $< -lw3
 
 clean:
-       rm -f fetch *.o *.so *.core *~
+       rm -f fetch *.o *.so *.core *~ *.exe
 
 install: ./fetch
        mkdir -p $(PREFIX)/bin
index 57226cdc3bffdc7587bc3fa808faccb3031d6ffc..d0edd5bdb67c6f2ce0a96021a984642bb62a6b98 100644 (file)
@@ -13,7 +13,7 @@ endif
        $(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-       rm -f *.o *.so *.core *~
+       rm -f *.o *.so *.core *~ *.dll
 
 install: ./libw3.so
        mkdir -p $(PREFIX)/lib