Skip to content

Commit

Permalink
Fix text editor debug build (webui-dev#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Sep 23, 2023
1 parent 5e594d5 commit 17e4171
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 17e4171

Please sign in to comment.