Brainstorm is now fully in ruby

This commit is contained in:
2022-08-07 06:43:45 +00:00
parent 5b9369a197
commit 406b2b491f
12 changed files with 164 additions and 76 deletions

View File

@@ -11,7 +11,6 @@ UNAME_P != uname -m
CCACHE = ccache
#CC specifies which compiler we're using
CC = $(CCACHE) clang -DSDL_DISABLE_IMMINTRIN_H
CLINK = clang