From 9109657637f6169d9027ffd7932ccf32f66ff123 Mon Sep 17 00:00:00 2001 From: Dhruv-Vanjari Date: Wed, 7 Apr 2021 13:48:06 +0530 Subject: [PATCH] Makefile: added ttyclock.h in dependencies for building the binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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