Skip to content

Commit

Permalink
debug x86
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig committed Nov 3, 2024
1 parent b237536 commit 6fd051b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ x86:
$(eval LIB = -lcsfml-graphics -lcsfml-window -lcsfml-system `pkg-config --libs cairo x11` -lm)

$(eval BUILD = $(CC) $(SRCS) -I $(SDK)/include -L $(DRV) $(CFLAGS) $(LIB) -levent_core -O0 -g -o $(OUTPUT))
echo $(BUILD)
$(BUILD)

0 comments on commit 6fd051b

Please sign in to comment.