diff options
author | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-28 13:00:50 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@carlo-laptop> | 2012-05-28 13:00:50 +1000 |
commit | ea05c9c5fa30b8822f618e861d12a09df1f8f017 (patch) | |
tree | cb8717d9773ef77978dc8e1d9093560e3cf26532 /impl/Makefile | |
parent | ee8547cf3c89c51ff10603814e6f745466bc4c79 (diff) |
Fix memory error and x = max(-inf, expr) stuff.
Diffstat (limited to 'impl/Makefile')
-rw-r--r-- | impl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |