mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Makefile: remove .wad.gz target
This is probably not something that anybody uses... either "make dist" or custom scripts outside of the Makefile to generate Zip files are often used.
This commit is contained in:
parent
a4fd8f8fb7
commit
c6ee65a064
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -68,12 +68,6 @@ wadinfo_phase2.txt: buildcfg.txt subdirs lumps/freedoom.lmp
|
|||
wadinfo_freedm.txt : buildcfg.txt subdirs lumps/freedoom.lmp lumps/freedm.lmp
|
||||
$(CPP) -P -DFREEDM < $< | scripts/wadinfo-builder.py -dummy > $@
|
||||
|
||||
%.wad.gz: %.wad
|
||||
gzip < $< > $@
|
||||
chmod o-r $<
|
||||
md5sum $<.gz > $<.md5sum
|
||||
rm -f $<
|
||||
|
||||
# deutex doesnt allow redirects for the filenames in the texture
|
||||
# entries, so we have to change the texture1 symlink to point
|
||||
# to whichever wad we are working on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue