summaryrefslogtreecommitdiff
path: root/Makefile
blob: fa71f1a2d402c56722894246c7a3d036ea25bcd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
CFLAGS=-Wall -pedantic -std=c99

all: hackvr slowcat

hackvr: LDFLAGS=-lm -lX11

clean:
	rm hackvr
	rm slowcat