Add install target to makefile.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 23 Jun 2011 04:05:06 +0000 (06:05 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 23 Jun 2011 04:05:06 +0000 (06:05 +0200)
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