Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Dec 1, 2024
1 parent 296cfa5 commit 365d179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export LC_ALL = en_US.UTF-8
.PHONY: test

test: bin/s7 demo/.godot
@echo "🧪 Running tests"
@echo 🧪 Running tests
bin/s7 test/test-main.scm

bin/s7: s7/s7.c
@echo "⚙️ Building scheme interpreter \U1F31F"
@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 365d179

Please sign in to comment.