-PROGRAMS= led-flash send-serial reply-serial nmra-stream booster-output-low
+PROGRAMS= led-flash send-serial reply-serial \
+ nmra-stream nmra-stream,slow
+# booster-output-low -disabled because you forgot to cvs add it
include ../pic.make
clean: pic-clean
+%,slow.o: %.asm
+ $(ASSEMBLE) -D SLOW_VERSION -c -o $@ $<
+
%-full.hex: %.o config.o
$(LINK)