From 1b0c8fb53a4f3335dc9132e4beabe6602f682ea5 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 14 Sep 2019 19:51:37 +0200 Subject: Use autotools instead of hand-written Makefile --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..d9f8a72 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,6 @@ +bin_PROGRAMS = demoscene-eo +demoscene_eo_SOURCES = demoscene-eo.c scene00.c scene01.c scene02.c + +server-local: demoscene-eo + xterm -e $(SHELL) -c "sleep 1; nc -v localhost 51914; exec $(SHELL)" & + CACA_DRIVER=raw CACA_GEOMETRY=80x24 ./demoscene-eo | cacaserver -- cgit v1.2.3