make comportable with SDCC 3.9.0 (sdcclib was replaced with sdar utility
[fx2lib.git] / examples / Makefile
blob4ff5f81c655f56dd1dc56ab349fef2d4d8b1db48
1 DIRS= bulkloop debugdevice debugdevice_full_duplex eeprom i2c lights reset serial timers usbmon_c
3 .PHONY: dirs $(DIRS) clean
5 dirs: $(DIRS)
6 clean: $(DIRS)
8 $(DIRS):
9 $(MAKE) -C $@ $(MAKECMDGOALS)