Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Dec 1, 2024
1 parent 60dcec4 commit f36da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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")
Expand Down

0 comments on commit f36da34

Please sign in to comment.