From bd7874ef606ae78bb8b626bd01906481feb784d6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 19:33:45 +0200 Subject: Rewrite in haskell --- Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 91f8d09..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -.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