From 2b0586e8c2f6d705a02e4103a12b9a2557f0e69f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 9 Sep 2009 16:49:11 +0000 Subject: text clock --- textclock/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 textclock/Makefile (limited to 'textclock/Makefile') diff --git a/textclock/Makefile b/textclock/Makefile new file mode 100644 index 0000000..c1ff3a4 --- /dev/null +++ b/textclock/Makefile @@ -0,0 +1,8 @@ +# $Id$ + +PROG= textclock +CFLAGS+= -Wall +NOMAN= +BINDIR= /var/www/cgi-bin + +.include -- cgit v1.2.3