mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2024-11-10 07:12:09 +00:00
Initial makefile; PWAD zip extract
This commit is contained in:
parent
f85c209ece
commit
7c8b59b5c6
2 changed files with 13 additions and 0 deletions
12
GNUmakefile
Normal file
12
GNUmakefile
Normal 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
1
extract/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.wad
|
Loading…
Reference in a new issue