Allowed 'make install'

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 12:27:57 -05:00
parent eea72f897e
commit a1ef463410
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
rbtext: rbtext.c
$(CC) -o $@ $<
.PHONY: install
install: rbtext
install -m 755 -o root -g root $< /usr/bin