diff options
-rw-r--r-- | titan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/titan/Makefile b/titan/Makefile index b05d681..4feedc8 100644 --- a/titan/Makefile +++ b/titan/Makefile @@ -14,7 +14,7 @@ LDFLAGS_STATIC=-L/usr/lib/titan -lttcn3 -lxml2 -lssl -lcrypto all: compile titan.a $(GENERATED): - ttcn3_compiler -D *.ttcn + ttcn3_compiler *.ttcn titan.a: $(OBJS) $(AR) r $@ $^ |