summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/parse/parse_c/Makefile')
-rw-r--r--lib/bb/parse/parse_c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/parse/parse_c/Makefile b/lib/bb/parse/parse_c/Makefile
index 741f74cdd..77daccb72 100644
--- a/lib/bb/parse/parse_c/Makefile
+++ b/lib/bb/parse/parse_c/Makefile
@@ -1,6 +1,6 @@
-test: bitbakec.so
- python test.py
+buil: bitbakec.so
+ echo "Done"
bitbakescanner.cc: bitbakescanner.l
flex -t bitbakescanner.l > bitbakescanner.cc