mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 04:25:45 -04:00
Generate misc lumps as part of the build system. Remove autogenerated
files.
This commit is contained in:
parent
6ef34d2e30
commit
7064594098
12 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
all : freedoom.lmp misc-lumps
|
||||||
|
|
||||||
|
misc-lumps:
|
||||||
|
make -C cph/misc-lumps
|
||||||
|
|
||||||
freedoom.lmp: force
|
freedoom.lmp: force
|
||||||
echo $(VERSION) > freedoom.lmp
|
echo $(VERSION) > freedoom.lmp
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
cph/colormap.lmp
|
cph/misc-lumps/colormap.lmp
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
0.4
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
cph/playpal.lmp
|
cph/misc-lumps/playpal.lmp
|
Loading…
Add table
Add a link
Reference in a new issue