commit | 728e0c96c34812361649ef095f14700c53647ef3 | [log] [tgz] |
---|---|---|
author | Amit Arora <amit.arora@linaro.org> | Tue Sep 14 12:06:09 2010 +0530 |
committer | Amit Arora <amit.arora@linaro.org> | Tue Sep 14 12:06:09 2010 +0530 |
tree | e1fed71f97c0672e7f4fddb515704dec4284673f | |
parent | 39f2954961126dbe0eb1b63cef6cd1840f5c0dce [diff] [blame] |
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