Files
rbtext/Makefile
2023-02-25 12:27:57 -05:00

11 lines
114 B
Makefile

rbtext: rbtext.c
$(CC) -o $@ $<
.PHONY: install
install: rbtext
install -m 755 -o root -g root $< /usr/bin