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