updatefw: updatefw.c
	$(CC) updatefw.c -o updatefw -I../../DEFS

clean:
	rm -f updatefw

