Skip to content

Commit

Permalink
Fix typo in Makefile (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meithal authored Dec 27, 2024
1 parent 369d038 commit 7f406ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DEMO_LIST = $(shell find $(DEMO_PATH) -type f -name Makefile -printf "%h ")
usage:
echo "make docs to create documentation"
echo "make nuke to rebuild the single header nuklear.h from source"
echo "make demos to build all of the demos
echo "make demos to build all of the demos"
echo "make all to re-pack the header and create documentation"

all: docs nuke demos
Expand Down

0 comments on commit 7f406ee

Please sign in to comment.