test: jalloc.c main.c
	gcc -Wall -g jalloc.c main.c -o test -lm
clean:
	rm -f test
