From: nishi Date: Mon, 22 Jan 2024 03:15:53 +0000 (+0000) Subject: fixing makefile X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4a1ae5d530d6b4ad8f9997ec2305e474d75df854;p=libw3.git fixing makefile git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@52 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Example/Makefile b/Example/Makefile index 1087120..933a113 100644 --- a/Example/Makefile +++ b/Example/Makefile @@ -8,7 +8,7 @@ $(WINDRES) $< -O coff -o $@ clean: - rm -f fetch *.o *.so *.core *~ *.exe + rm -f fetch *.o *.so *.core *~ *.exe *.res install: ./fetch mkdir -p $(PREFIX)/bin