added install rule to Makefile

This commit is contained in:
Marcelo
2018-11-08 12:40:17 -02:00
parent e1279d3a93
commit 9c8f2bd476
2 changed files with 8 additions and 0 deletions

View File

@@ -30,3 +30,11 @@ run:
memtest:
$(RUN) ./$(PRGNAME) $(ARGS)
install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f bfckr $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/bfckr
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/bfckr

BIN
bfckr Executable file

Binary file not shown.