From 9921cfd56ceca0cff91c9df018538a04f5776123 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 15 Dec 2014 13:05:09 +0000 Subject: Sync state with directory & argument parsing --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91f8d09 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: all test + +all: trivmix +test: all + valgrind ./trivmix testDir + +trivmix: trivmix.c + gcc -lm -Wall `pkg-config --cflags --libs jack` -o trivmix trivmix.c -- cgit v1.2.3