mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 10:25:45 -04:00
lumps: run wadinfo through simplecpp
This commit is contained in:
parent
61a0917526
commit
b44c2497d3
4 changed files with 29 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -34,6 +34,7 @@ subdirs:
|
|||
$(MAKE) -C lumps/genmidi
|
||||
$(MAKE) -C lumps/dmxgus
|
||||
$(MAKE) -C lumps/textures
|
||||
$(MAKE) -C lumps/wadinfo
|
||||
$(MAKE) -C bootstrap
|
||||
|
||||
|
||||
|
@ -159,6 +160,7 @@ clean:
|
|||
$(MAKE) -C lumps/genmidi clean
|
||||
$(MAKE) -C lumps/dmxgus clean
|
||||
$(MAKE) -C lumps/textures clean
|
||||
$(MAKE) -C lumps/wadinfo clean
|
||||
$(MAKE) -C manual clean
|
||||
|
||||
# Test targets some of which are a dependency of "test".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue