summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2024-11-15 14:23:28 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2024-11-15 14:23:28 +0600
commitd4c8acb4dd621cb95c3c22020b3c546bcb5d5a2d (patch)
tree654e411261b4e6db24cccc6fe1eb3ca6b2e11bb7 /Makefile
parente0139539359c0f3bec41b8ba37438f8026975774 (diff)
downloadlog-parser-d4c8acb4dd621cb95c3c22020b3c546bcb5d5a2d.tar.gz
log-parser-d4c8acb4dd621cb95c3c22020b3c546bcb5d5a2d.zip
Implement full v3.0 grammar
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b2ccce..ec5a358 100644
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,4 @@ clean:
@$(RM) -f $(<<objects>>) $(BINARY)
.PHONY: all clean install uninstall test
-.INTERMEDIATE: src/system.lex.cc src/system.pb.h src/system.tab.cc src/system.tab.hh
+#.INTERMEDIATE: src/system.lex.cc src/system.pb.h src/system.tab.cc src/system.tab.hh