From 201b2e6c7ce94c986fe7888a60f0e1ba24a05ce9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 19 Feb 2015 18:25:25 -0800 Subject: 796 - jump instructions done --- cpp/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/makefile') diff --git a/cpp/makefile b/cpp/makefile index fe801a95..40eb3873 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -12,7 +12,7 @@ tangle/tangle: cd tangle && make # auto-generated files; by convention they end in '_list'. -.PHONY: autogenerated_lists +.PHONY: autogenerated_lists clena autogenerated_lists: mu.cc function_list test_list function_list: mu.cc @@ -23,6 +23,7 @@ test_list: mu.cc @grep -h "^[[:space:]]*void test_" mu.cc |perl -pwe 's/^\s*void (.*)\(\) {.*/$$1,/' > test_list @grep -h "^[[:space:]]*TEST(" mu.cc |perl -pwe 's/^\s*TEST\((.*)\)$$/test_$$1,/' >> test_list +clena: clean clean: cd tangle && make clean rm -rf mu.cc mu *_list -- cgit 1.4.1-2-gfad0