From c6ee65a064ce27093bfac4fe8b7ce6cfdad95638 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 5 Oct 2014 03:53:15 -0700 Subject: [PATCH] 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. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 11d852fd..811492a7 100644 --- a/Makefile +++ b/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