# $Header: /home/CVSROOT/uClinux-dist/user/tpt/Makefile,v 1.1.1.1 2004/02/12 02:55:37 nakano Exp $

CFLAGS+=-Wall -Wshadow

OFILES = tpt.o util.o build.o dump.o massage.o

tpt: $(OFILES)

romfs:
	$(ROMFSINST) /bin/tpt

$(OFILES): tpt.h

clean:
	rm -f $(OFILES) tpt
