move source dehacked to dedicated subdirectory

This commit is contained in:
Mike Swanson 2019-09-01 17:53:55 -07:00
parent 8e9ce31b70
commit 53b4133b20
6 changed files with 28 additions and 14 deletions

View file

@ -16,7 +16,7 @@ OBJS=$(FREEDM) $(FREEDOOM1) $(FREEDOOM2)
all: $(OBJS)
subdirs:
$(MAKE) -C lumps
$(MAKE) -C lumps/dehacked # graphics/text depends on generated dehacked files
$(MAKE) VERSION=$(VERSION) -C graphics/text
$(MAKE) -C lumps/playpal
$(MAKE) -C lumps/colormap
@ -111,6 +111,7 @@ clean: wad-image-clean
$(MAKE) -C dist clean
$(MAKE) -C graphics/text clean
$(MAKE) -C lumps/dehacked clean
$(MAKE) -C lumps/playpal clean
$(MAKE) -C lumps/colormap clean
$(MAKE) -C lumps/genmidi clean