diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index fa71f1a..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CFLAGS=-Wall -pedantic -std=c99 - -all: hackvr slowcat - -hackvr: LDFLAGS=-lm -lX11 - -clean: - rm hackvr - rm slowcat |