From 514892c867c4e3984d4796482fd964b369618a11 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 17 Jan 2024 09:38:19 +0000 Subject: [PATCH] better win32 makefile git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@15 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/Makefile | 2 +- Library/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Makefile b/Example/Makefile index 14a4226..5b11d93 100644 --- a/Example/Makefile +++ b/Example/Makefile @@ -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 diff --git a/Library/Makefile b/Library/Makefile index 57226cd..d0edd5b 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -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 -- 2.43.0