


TARGET=writeboot read_partition getgeo


all: $(TARGET)


clean:
	rm -f *.o *~
	rm -f $(TARGET)
