# which PWM version are we using, by default? WHICH = pwm2.o FLAGS = UPLOAD = # no app to upload. just *.o modules to link into apps. all: $(WHICH) test1.hex: $(WHICH) test1.o gplink -m -c $^ -o test1.hex test2.hex: $(WHICH) test2.o gplink -m -c $^ -o test2.hex include ../include/PIC.mk