Skip to content

Commit

Permalink
how bout now
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 8, 2025
1 parent 9f79c5f commit 1a2f85b
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: $(wildcard bootstrap_compiler/*.h) config.h
bootstrap_obj_%.o:
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 1a2f85b

Please sign in to comment.