COMMON := ../../common
include $(COMMON)/Makefile

.PHONY: all clean

all: TBM.o

TBM.o: TBM.h TBM.c

clean:
	rm -f *.o
