mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 22:25:47 -04:00
FreeDM: add a FREEDM lump for source port detection
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
parent
88f258d181
commit
71e8fd0390
3 changed files with 12 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue