include ../Makefile.defs

CFLAGS	:= -g -Wall

sandbox: sandbox.c

clean:
	rm -f sandbox
