aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac4d871..8e25946 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@ WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-
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 @@ install: powerdebug powerdebug.8.gz
All: install
+all: powerdebug powerdebug.8.gz
+
clean:
rm -f powerdebug *.o powerdebug.8.gz