TPEF = test.tpef
SRC  = src/main.c src/comp.c


$(TPEF):
	tcecc -O3 -I./src -a $(@:.tpef=.adf) -o $@ $(SRC)

clean:
	rm -f *.tpef *~


