Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doom-common.mk for out/, build/
  • Loading branch information
smcv committed Oct 14, 2010
1 parent 8222200 commit d3e5b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-common.mk
Expand Up @@ -22,7 +22,7 @@ DIRS := \
$(IWAD)-wad

$($(IWAD)DEB): $($(IWAD)TARGETS) fixperms
fakeroot dpkg-deb -b $(IWAD)-wad $@
cd build/ && fakeroot dpkg-deb -b $(IWAD)-wad ../$@

build/$(IWAD)DIRS:
mkdir -p $(addprefix "build/", $(DIRS))
Expand Down

0 comments on commit d3e5b03

Please sign in to comment.