]> Nishi Git Mirror - libw3.git/commitdiff
welp
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 01:58:14 +0000 (01:58 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Fri, 26 Jan 2024 01:58:14 +0000 (01:58 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@67 d27a3e52-49c5-7645-884c-6793ebffc270

Example/Makefile [new file with mode: 0644]

diff --git a/Example/Makefile b/Example/Makefile
new file mode 100644 (file)
index 0000000..3d9e2a6
--- /dev/null
@@ -0,0 +1,11 @@
+# $Id$
+
+.PHONY: clean
+
+./libw3.res: ./libw3.rc
+       $(WINDRES) $< -O coff -o $@
+
+clean:
+       rm -f *.o *.so *.core *~ *.exe *.res
+
+