diff --git a/Makefile b/Makefile index 17cb4f1..094ad95 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,10 @@ + rbtext: rbtext.c $(CC) -o $@ $< + + +.PHONY: install + + +install: rbtext + install -m 755 -o root -g root $< /usr/bin