Files
RomWBW/Source/Apps/Test/I2C/Makefile
Wayne Warthen cd37599444 Test Apps Linux Build
- Complete the reorganization of the test apps by implementing Makefile changes.
2021-09-26 16:03:43 -07:00

9 lines
173 B
Makefile

OBJECTS = i2cscan.com rtcds7.com i2clcd.com
DEST = ../../../../Binary/Apps/Test/
TOOLS = ../../../../Tools
USETASM=1
TASMFLAGS=-dWBW
include $(TOOLS)/Makefile.inc