aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07988bc..bc8854e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ include config.mk
sb: sb.cpp
g++ sb.cpp -o sb $(LDFLAGS)
+clean:
+ rm sb
+
install:
install sb /usr/local/bin/