rbtext/Makefile
0xf8 a1ef463410
Allowed 'make install'
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
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