Skip to content

Commit

Permalink
finally figured it out
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 8, 2025
1 parent 919f20c commit 4a7d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config.jou:

# Stage 1 of bootstrapping: Compile the bootstrap compiler with a C compiler.
BSRC := $(wildcard bootstrap_compiler/*.c)
bootstrap/obj/%.o: bootstrap_compiler/%.c $(wildcard bootstrap_compiler/*.h) config.h
bootstrap/obj/%.o: bootstrap_compiler/%.c $(wildcard bootstrap_compiler/*.h)
mkdir -p bootstrap/obj && $(CC) -c $(CFLAGS) $< -o $@
bootstrap/stage1.exe: $(BSRC:bootstrap_compiler/%.c=bootstrap/obj/%.o)
$(CC) $(CFLAGS) $^ -o bootstrap/stage1.exe $(LDFLAGS)
Expand Down

0 comments on commit 4a7d41e

Please sign in to comment.