mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 10:25:45 -04:00
move source dehacked to dedicated subdirectory
This commit is contained in:
parent
8e9ce31b70
commit
53b4133b20
6 changed files with 28 additions and 14 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue