doc: clarify how EasyMotor gets put into idle mode
[fw/altos] / src / scheme / test / Makefile
diff --git a/src/scheme/test/Makefile b/src/scheme/test/Makefile
deleted file mode 100644 (file)
index c48add1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-include ../Makefile-inc
-
-vpath %.o .
-vpath %.c ..
-vpath %.h ..
-
-SRCS=$(SCHEME_SRCS) ao_scheme_test.c
-
-OBJS=$(SRCS:.c=.o)
-
-CFLAGS=-O2 -g -Wall -Wextra -I. -I..
-
-ao_scheme_test: $(OBJS)
-       cc $(CFLAGS) -o $@ $(OBJS) -lm
-
-$(OBJS): $(SCHEME_HDRS)
-
-clean::
-       rm -f $(OBJS) ao_scheme_test
-
-install: ao_scheme_test
-       cp ao_scheme_test $$HOME/bin/ao-scheme