[quickjs] Makefile shenanigans

This commit is contained in:
John Doty 2023-09-23 08:53:02 -05:00
parent c4142cce60
commit 5c08cd4acc

View file

@ -46,7 +46,7 @@ prefix=/usr/local
# use the gprof profiler
#CONFIG_PROFILE=y
# use address sanitizer
#CONFIG_ASAN=y
CONFIG_ASAN=y
# include the code for BigInt/BigFloat/BigDecimal and math mode
CONFIG_BIGNUM=y
@ -297,7 +297,7 @@ clean:
rm -f *.a *.o *.d *~ unicode_gen regexp_test $(PROGS)
rm -f hello.c test_fib.c
rm -f examples/*.so tests/*.so
rm -rf $(OBJDIR)/ *.dSYM/ qjs-debug
rm -rf $(OBJDIR)/ *.dSYM/ qjs-debug qjsc-debug
rm -rf run-test262-debug run-test262-32
install: all