From: David ‘Bombe’ Roden Date: Thu, 23 Jun 2011 04:05:06 +0000 (+0200) Subject: Add install target to makefile. X-Git-Url: https://git.pterodactylus.net/?p=show-time.git;a=commitdiff_plain;h=fc1e5c19e3a5ea858cb5108375edb7d0d5f44c92 Add install target to makefile. --- diff --git a/Makefile b/Makefile index 1fd9fb2..b65cbc2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ show-time: show-time.o $(CC) -o $@ $< + +install: show-time + install show-time ${HOME}/bin