Initial makefile; PWAD zip extract

This commit is contained in:
Simon Howard 2024-08-31 00:33:02 -04:00
parent f85c209ece
commit 7c8b59b5c6
2 changed files with 13 additions and 0 deletions

12
GNUmakefile Normal file
View File

@ -0,0 +1,12 @@
UNZIPOPTS = -L -o
extract/%:
unzip $(UNZIPOPTS) -d extract $< $(subst extract/,,$@)
extract/requiem.wad: pwads/requiem.zip
extract/mm2.wad: pwads/mm2.zip
extract/mm.wad: pwads/mm_allup.zip
extract/hr.wad: pwads/hr.zip
extract/av.wad: pwads/av_new.zip
extract/class_ep.wad: pwads/class_ep.zip

1
extract/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.wad