From cc9d5f9bdcd5a5f9fcfe7c1571d973f5cc4656fe Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 15 Feb 2017 17:08:13 -0800 Subject: [PATCH] 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. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index f031366a..5d29e1be 100644 --- a/Makefile +++ b/Makefile @@ -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)/$*"