From 41caa6f8cafcef43ce5ac20bd18ba5ae64cf829d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 20 May 2013 13:39:52 -0400 Subject: Initial commit. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..efe5a40 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,10 @@ +include $(top_srcdir)/src/local.mk + +bin_PROGRAMS = cursespong + +cursespong_SOURCES = \ + $(src_SOURCES) +cursespong_CFLAGS = \ + $(GCC_CFLAGS) +cursespong_LDADD = \ + -lcurses -- cgit v0.9.1