Skip to content

Commit

Permalink
Fix text editor debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Sep 23, 2023
1 parent e06d972 commit 38f7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/C/text-editor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ all: release

debug: --setup
@echo "Build Text Editor Example ($@)..."
@$(CC) -g -Wall $(LDFLAGS) -o $(OUT)
@$(CC) -g -Wall $(CFLAGS) $(LDFLAGS) -o $(OUT)
@echo "Done."

release: --setup
Expand Down

0 comments on commit 38f7b12

Please sign in to comment.