Exit show-time if terminal width is unknown.
[show-time.git] / Makefile
1
2 show-time: show-time.o
3         $(CC) -o $@ $<
4
5 install: show-time
6         install show-time ${HOME}/bin