X-Git-Url: https://arthur.barton.de/gitweb/?p=aclock.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=39c9d4aa557049e7fcdb841a876a7c27e17ef949;hp=0000000000000000000000000000000000000000;hb=2110d84997878204bfe14c54504fb3ca8fcaec51;hpb=a0b912f61c09872bc9ba5b91339d9e975b016abf diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..39c9d4a --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +# +# Makefile +# + +SUBDIRS = + +all: aclock + +aclock: aclock-termcap + ln -s aclock-termcap aclock + +aclock-termcap: + cc aclock-unix-termcap.c -o aclock-termcap -ltermcap -lm + +clean-local: + rm -f aclock aclock-termcap + +include ./Makefile.ax