Merge pull request #93 from Dhruv-Vanjari/dev

Makefile: added ttyclock.h in dependencies for building the binary
master
anarcat 5 years ago committed by GitHub
commit 9e00c32098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save