Skip to content

Commit 7f406ee

Browse files
authored
Fix typo in Makefile (#757)
1 parent 369d038 commit 7f406ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DEMO_LIST = $(shell find $(DEMO_PATH) -type f -name Makefile -printf "%h ")
4242
usage:
4343
echo "make docs to create documentation"
4444
echo "make nuke to rebuild the single header nuklear.h from source"
45-
echo "make demos to build all of the demos
45+
echo "make demos to build all of the demos"
4646
echo "make all to re-pack the header and create documentation"
4747

4848
all: docs nuke demos

0 commit comments

Comments
 (0)