rbtext/Makefile

11 lines
124 B
Makefile

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