summaryrefslogtreecommitdiffstats
path: root/src/main/radlast.mk
blob: 766ce1feb75bca67951e750e7c82134e9a9058e9 (plain)
1
2
3
4
5
install: $(R)$(bindir)/radlast

$(R)$(bindir)/radlast: src/main/radlast | $(R)$(bindir)
	@echo INSTALL $(notdir $<)
	@$(INSTALL) -m 755 $< $(R)$(bindir)