Add install target to makefile.
[show-time.git] / Makefile
index 1fd9fb2..b65cbc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
 
 show-time: show-time.o
        $(CC) -o $@ $<
+
+install: show-time
+       install show-time ${HOME}/bin