From 1136a2e8c6826bc5ab6a9fa5454fe1c9202a0b90 Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 26 Jan 2024 01:58:14 +0000 Subject: [PATCH] welp git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@67 d27a3e52-49c5-7645-884c-6793ebffc270 --- Example/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Example/Makefile diff --git a/Example/Makefile b/Example/Makefile new file mode 100644 index 0000000..3d9e2a6 --- /dev/null +++ b/Example/Makefile @@ -0,0 +1,11 @@ +# $Id$ + +.PHONY: clean + +./libw3.res: ./libw3.rc + $(WINDRES) $< -O coff -o $@ + +clean: + rm -f *.o *.so *.core *~ *.exe *.res + + -- 2.43.0