Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 17, 2024
1 parent 101e30d commit ac28bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SOURCES += \
src/kilo.o \
src/embed_libtcc1.a.o \
src/embed_include.o \
src/embed_contrib_headers.o
src/embed_contrib_headers.o \
src/embed_stb.o

all: embed cjit
Expand Down
2 changes: 1 addition & 1 deletion build/win-native.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOURCES += src/win-compat.o \
src/embed_include.o \
src/embed_contrib_headers.o \
src/embed_tinycc_win32.o \
src/embed_win32ports.o
src/embed_win32ports.o \
src/embed_stb.o

all: embed cjit.exe
Expand Down

0 comments on commit ac28bb2

Please sign in to comment.