diff --git a/Makefile b/Makefile index 8b17ef2..1f0b993 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: bin/s7 demo/.godot bin/s7 test/test-main.scm bin/s7: s7/s7.c - @echo "⚙️ Building scheme interpreter" + @echo "⚙️ Building scheme interpreter \U1F31F" gcc s7/s7.c -o bin/s7 -DWITH_MAIN -DWITH_SYSTEM_EXTRAS -DWITH_C_LOADER=0 -I. -O2 -g -ldl -lm SRC_FILES := $(shell find src -type f ! -name "*.os")