From ea05c9c5fa30b8822f618e861d12a09df1f8f017 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 28 May 2012 13:00:50 +1000 Subject: Fix memory error and x = max(-inf, expr) stuff. --- impl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impl/Makefile') diff --git a/impl/Makefile b/impl/Makefile index 7df94a0..5dad366 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -17,5 +17,5 @@ build-dir: clean: rm -rf $(BUILD) - rm *.o *.c *.h *.tokens + rm -rf *.o *.c *.h *.tokens # antlr o, c, h and tokens files -- cgit v1.2.3