tre: tre.c
	gcc $(CFLAGS) tre.c tregrader.c -o tre

mrproper: clean

clean:
	rm -f tre
