
uci2dat:
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ uci2dat.c 

clean:
	-rm -f *.o *.elf *.gbd

