Skip to content

Commit

Permalink
chore: Makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jul 9, 2024
1 parent 1a7c1d7 commit d7de296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SFML_LIBS = -lsfml-audio -lsfml-system
NCURSES_LIBS = -lncurses -lmenu

# nlohmann JSON (assuming it's installed globally)
JSON_LIBS = -lnlohmann_json
JSON_LIBS = -ljsoncpp

# Includes
INCLUDES = -I$(INC_DIR)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ If for some reason you do not like or have cmake, there is a `Makefile` for this

-> In the current directory run: `make` (`sudo make` should NOT be necessary)

-> Copy `keybinds.json` over to `$HOME/.config/litemus/` directory

This should compile all the files and link them to a `Litemus` executable. Simply run it!

-> To clean up, run: `make clean`
Expand Down

0 comments on commit d7de296

Please sign in to comment.