Remove the test program, and the unnecessary time delay
[bootloader] / cli / Makefile
index 08de8b6..3615658 100644 (file)
@@ -5,9 +5,7 @@ SRC=serial.c log.c boot.c protocol.c devices.c memory.c
 
 OBJS=$(SRC:%.c=%.o)
 
-all: boot test
-
-test: test.o
+all: boot
 
 boot: $(OBJS)
 
@@ -15,5 +13,5 @@ boot: $(OBJS)
        $(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-       rm -f $(OBJS) boot test
+       rm -f $(OBJS) boot