]> arthur.barton.de Git - aclock.git/blob - Makefile
axify project and add some documentation
[aclock.git] / Makefile
1 #
2 # Makefile
3 #
4
5 SUBDIRS = 
6
7 all: aclock
8
9 aclock: aclock-termcap
10         ln -s aclock-termcap aclock
11
12 aclock-termcap:
13         cc aclock-unix-termcap.c -o aclock-termcap -ltermcap -lm
14
15 clean-local:
16         rm -f aclock aclock-termcap
17
18 include ./Makefile.ax