CFLAGS := -O2 -I$(TLIB_PATH) therac25: therac25.c gcc $(CFLAGS) -o $@ $^ clean: rm -f therac25