FreeDM: add a FREEDM lump for source port detection

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
Mike Swanson 2010-09-15 13:55:03 -07:00
parent 88f258d181
commit 71e8fd0390
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,5 @@
all : freedoom.lmp misc-lumps
all : freedoom.lmp freedm.lmp misc-lumps
misc-lumps:
make -C cph/misc-lumps
@ -7,6 +7,9 @@ misc-lumps:
freedoom.lmp: force
echo $(VERSION) > freedoom.lmp
freedm.lmp: force
echo $(VERSION) > freedm.lmp
force:
clean: