a1ef463410
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
11 lines
114 B
Makefile
11 lines
114 B
Makefile
|
|
rbtext: rbtext.c
|
|
$(CC) -o $@ $<
|
|
|
|
|
|
.PHONY: install
|
|
|
|
|
|
install: rbtext
|
|
install -m 755 -o root -g root $< /usr/bin
|