summaryrefslogtreecommitdiff
path: root/n/avr/rs232/Makefile
diff options
context:
space:
mode:
authorschodet2005-03-06 17:46:36 +0000
committerschodet2005-03-06 17:46:36 +0000
commit4578af27dd2919a5c3315f570a4424016f1e9c11 (patch)
tree4631955dba6722364fb5b9011924e2911fef7040 /n/avr/rs232/Makefile
parenta68e744c37fc34f9957935f09ab7e56489fdee9a (diff)
Mise à jour Makefile.
Diffstat (limited to 'n/avr/rs232/Makefile')
-rw-r--r--n/avr/rs232/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/n/avr/rs232/Makefile b/n/avr/rs232/Makefile
index a70b2e0..d1e82f2 100644
--- a/n/avr/rs232/Makefile
+++ b/n/avr/rs232/Makefile
@@ -1,5 +1,5 @@
PROGS = test_rs232
-SOURCES = test_rs232.c rs232.c
+test_rs232_OBJECTS = test_rs232.c rs232.c
DOC = rs232.html
EXTRACTDOC = rs232.c avrconfig.h
MODULES =
@@ -14,3 +14,5 @@ DEFS =
LIBS =
include Makefile.avr
+
+test_rs232.elf: $(test_rs232_OBJECTS)