From 11844154cb30223fdaa977d659b98626e99f00ce Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 18 Oct 2016 20:22:38 -0500 Subject: lets see if this works.. --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fa71f1a --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +CFLAGS=-Wall -pedantic -std=c99 + +all: hackvr slowcat + +hackvr: LDFLAGS=-lm -lX11 + +clean: + rm hackvr + rm slowcat -- cgit v1.2.3