Makefile: Remove silly comment.

This was demonstrating an intent to make the Makefile more
dynamic with regard to IWAD targets and installation targets.
When/if the time comes that Freedoom changes what IWADs it builds,
we can just simply edit this section too.
This commit is contained in:
Mike Swanson 2017-02-15 17:08:13 -08:00
parent 37439e68ad
commit cc9d5f9bdc

View file

@ -124,9 +124,6 @@ target=$(DESTDIR)$(prefix)
%.png:
$(MAKE) -C dist icon-$*
# This is bad because it assumes the IWADs will always be defined like
# this. I just can't see another way to do it. Fix later if possible.
install-%: $(WADS)/%.wad %.6 %.png
install -d "$(target)$(bindir)"
install -m 755 dist/freedoom "$(target)$(bindir)/$*"