]> Pileus Git - ~andy/csm213a-hw/blobdiff - hw2/makefile
Add serial transmit call
[~andy/csm213a-hw] / hw2 / makefile
index 8e8b2ee95b2bd38d2a8858dfd50ccd6938e881ab..54e987246accffe2a32c74d17a2d972e60f49192 100644 (file)
@@ -1,3 +1,5 @@
+-include config.mk
+
 # Common settings
 UART0    = /dev/ttyACM0
 UART1    = /dev/ttyACM1
@@ -7,8 +9,6 @@ CPPFLAGS =
 LDFLAGS  = -lm
 
 # Common rules
-default: all
-
 all: mbed.elf tester.elf control
 
 terms: