lumps: Eliminate symlinks for dmxgus/genmidi.

Get rid of the symlinks for these lumps by copying into the parent
directory after build. This brings more progress on #202.
This commit is contained in:
Simon Howard 2015-12-24 11:15:50 +01:00
parent 103cd74f4e
commit 0324308f37
5 changed files with 6 additions and 2 deletions

4
lumps/.gitignore vendored
View file

@ -2,3 +2,7 @@
playpal.lmp
# Copied from colormap/ -
*map.lmp
# Copied from dmxgus/ -
dmxgus.lmp
# Copied from genmidi/ -
genmidi.lmp

View file

@ -1 +0,0 @@
dmxgus/ultramid.ini

View file

@ -1,5 +1,6 @@
ultramid.ini : gen-ultramid config.py stats.py
./gen-ultramid $@
cp $@ ../dmxgus.lmp
clean:
rm -f ultramid.ini *.pyc

View file

@ -1 +0,0 @@
genmidi/genmidi.lmp

View file

@ -1,5 +1,6 @@
genmidi.lmp: config.py instruments/*
./mkgenmidi $@
cp $@ ../
clean:
rm -f genmidi.lmp *.pyc