From 9a6a3b13b389ca6a813f7d393a76a5f24567bcbe Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 5 Mar 2013 02:26:44 +0000 Subject: [PATCH] lumps: Add Makefile I forgot to include. This was supposed to be in the previous commit. --- lumps/dmxgus/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lumps/dmxgus/Makefile diff --git a/lumps/dmxgus/Makefile b/lumps/dmxgus/Makefile new file mode 100644 index 00000000..73c09a34 --- /dev/null +++ b/lumps/dmxgus/Makefile @@ -0,0 +1,6 @@ +ultramid.ini : gen-ultramid config.py stats.py + ./gen-ultramid $@ + +clean: + rm -f ultramid.ini +