rbtext/Makefile
0xf8 d852c1c4be
Add CFLAGS to makefile
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
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