Fix path in FindNanopb.cmake.
[apps/agl-service-can-low-level.git] / tests / Makefile
index da4030e..fb37e63 100644 (file)
@@ -1,11 +1,6 @@
-CFLAGS=-ansi -pedantic -Wall -I .. -g -O0
-DEPS=../pb_decode.c ../pb_decode.h ../pb.h
-
-all: test_decode1
+all:
+       scons
 
 clean:
-       rm -f test_decode1
-
-test_decode1: test_decode1.c $(DEPS)
-       $(CC) $(CFLAGS) -o $@ $< ../pb_decode.c
+       scons -c