From 30c1a7cf8335126a889bf13a2467adf3bb1d3d22 Mon Sep 17 00:00:00 2001 From: johanknol Date: Wed, 7 Feb 2001 08:56:15 +0000 Subject: [PATCH] Added ow390 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@601 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/examples/ds390/Makefile b/device/examples/ds390/Makefile index 0c6fe6e8..0ebdad2b 100644 --- a/device/examples/ds390/Makefile +++ b/device/examples/ds390/Makefile @@ -1,4 +1,4 @@ -TARGETS = clock390 hello390 i2c390 readmac rtc390 +TARGETS = clock390 hello390 i2c390 readmac rtc390 ow390 all: $(TARGETS) for target in $(TARGETS); do \ -- 2.39.5