UPLOAD = roll9.hex OBJECTS = \ ../handy/wait.o all: $(UPLOAD) roll9.hex: $(OBJECTS) main.o gplink -m -c $^ -o $@ include ../include/PIC.mk