aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 391862eaf467cd356e7ea7eb1785228e4d114e89 (plain)
1
2
3
4
5
6
7
8
LDFLAGS += -pthread
CFLAGS ?= -O2 -g
CFLAGS += -W -Wall

isolation: isolation.c

clean:
	rm -f isolation