fix closure and sexp copiyng; fix sacn_custom_data; redo heap managing

This commit is contained in:
danyabeerzun 2020-01-14 17:09:43 +03:00
parent faca5c6e0e
commit b4f3c22704
2 changed files with 78 additions and 47 deletions

View file

@ -13,7 +13,7 @@ $(TESTS): %: %.expr
$(RC) $< && cat $@.input | ./$@ > $@.log && diff $@.log orig/$@.log
clean:
$(RM) test*.log *.s *~ $(TESTS)
$(RM) test*.log *.s *~ $(TESTS) *.i
$(MAKE) clean -C expressions
$(MAKE) clean -C deep-expressions
$(MAKE) clean -C x86only