From fc1e5c19e3a5ea858cb5108375edb7d0d5f44c92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 23 Jun 2011 06:05:06 +0200 Subject: [PATCH 1/1] Add install target to makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4