]> Nishi Git Mirror - libw3.git/commitdiff
fixing makefile
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 22 Jan 2024 03:15:02 +0000 (03:15 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 22 Jan 2024 03:15:02 +0000 (03:15 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@51 d27a3e52-49c5-7645-884c-6793ebffc270

Library/Makefile

index 977810dafd42e742e310723a2f236683c4951aa0..c1daadc215657d5087509115e918c86a3405f083 100644 (file)
@@ -17,7 +17,7 @@ endif
        $(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-       rm -f *.o *.so *.core *~ *.dll *.lib *.a
+       rm -f *.o *.so *.core *~ *.dll *.lib *.a *.res
 
 install: ./libw3.so ./libw3.a
        mkdir -p $(PREFIX)/lib