Makefile: added ttyclock.h in dependencies for building the binary

master
Dhruv-Vanjari 5 years ago
parent 9b2c86d904
commit 9109657637
  1. 2
      Makefile

@ -2,7 +2,7 @@
#Under BSD License #Under BSD License
#See clock.c for the license detail. #See clock.c for the license detail.
SRC = ttyclock.c SRC = ttyclock.c ttyclock.h
CC ?= gcc CC ?= gcc
BIN ?= tty-clock BIN ?= tty-clock
PREFIX ?= /usr/local PREFIX ?= /usr/local

Loading…
Cancel
Save