lumps: run wadinfo through simplecpp

This commit is contained in:
Georgy Samoilov 2024-11-27 20:25:42 +05:00
parent 61a0917526
commit b44c2497d3
4 changed files with 29 additions and 0 deletions

View file

@ -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".