aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 49407c5538ccccd591237305a2a77d6cc8b6e20d (plain) (blame)
1
2
3
4
5
6
7
8
9
.PHONY: all clean

CC = clang

all : files mem stack write

clean :
	rm -f files mem stack write