summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-20 17:00:39 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-20 17:02:29 +0200
commit71f0f1d94d3de425dd177df88c21cca0fb7b0500 (patch)
treef2d0581aaa18b29217ef1dbec7075e198eaa8061 /Makefile
parentdb8c4ca598cd6890a23e75a29a20e514a1d957c8 (diff)
titan support: Rebuild C++ source from ttcn using ttcn3_compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5888dc8..e2cbbc6 100644
--- a/Makefile
+++ b/Makefile
@@ -25,3 +25,4 @@ titan/titan.a:
clean:
rm -f *.o libudtrace.so
+ $(MAKE) -C titan clean
personal git repositories of Harald Welte. Your mileage may vary