Files
rbtext/Makefile
2023-02-25 13:35:52 -05:00

11 lines
124 B
Makefile

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