From: nishi Date: Fri, 26 Jan 2024 01:58:14 +0000 (+0000) Subject: welp X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1136a2e8c6826bc5ab6a9fa5454fe1c9202a0b90;p=libw3.git welp git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@67 d27a3e52-49c5-7645-884c-6793ebffc270 --- 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 + +