mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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:
parent
37439e68ad
commit
cc9d5f9bdc
1 changed files with 0 additions and 3 deletions
3
Makefile
3
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)/$*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue