Version 0.2 (add clock info)
diff --git a/Makefile b/Makefile
index ac4d871..8e25946 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@
 CFLAGS?=-O1 -g ${WARNFLAGS}
 CC?=gcc
 
-OBJS = powerdebug.o output.o sensor.o display.o
+OBJS = powerdebug.o output.o sensor.o clocks.o display.o
+
+default: powerdebug
 
 powerdebug.8.gz: powerdebug.8
 	gzip -c $< > $@
@@ -21,5 +23,7 @@
 
 All: install
 
+all: powerdebug powerdebug.8.gz
+
 clean:
 	rm -f powerdebug *.o powerdebug.8.gz