summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f48c1bf..b6c4322 100644
--- a/Makefile
+++ b/Makefile
@@ -16,5 +16,8 @@ debug:
$(shell mkdir -p bin)
${CC} ${OPT} ${OPT_DBG} ${LD} ${INC} ${SRC} -o ${BINDIR}/${TARGET}
+install:
+ install bin/accman /usr/bin/
+
clean:
rm -rf bin