From 4a1ae5d530d6b4ad8f9997ec2305e474d75df854 Mon Sep 17 00:00:00 2001 From: nishi Date: Mon, 22 Jan 2024 03:15:53 +0000 Subject: [PATCH] fixing makefile git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@52 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0