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

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