aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c658d7..42f16d7 100644
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,9 @@ default: idlestat
idlestat: $(OBJS)
$(CROSS_COMPILE)$(CC) $(CFLAGS) $(OBJS) -o $@
+install: idlestat idlestat.1
+ install -D -t /usr/local/bin idlestat
+ install -D -t /usr/local/man/man1 idlestat.1
+
clean:
rm -f $(OBJS) idlestat