diff --git a/Makefile b/Makefile index 73eb748..9428506 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ #Under BSD License #See clock.c for the license detail. -SRC = ttyclock.c +SRC = ttyclock.c ttyclock.h CC ?= gcc BIN ?= tty-clock PREFIX ?= /usr/local