Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored Jul 9, 2024
1 parent cb6e48f commit d4a078d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ all:
clean:
-cd src && $(MAKE) clean
-cd tests/unit-tests && $(MAKE) clean
-cd docs && $(MAKE) clean

debug:
-cd src && $(MAKE) debug
Expand All @@ -23,4 +22,4 @@ uninstall:
valgrind: debug
cd tests/unit-tests && $(MAKE) valgrind

.PHONY: all clean debug test install uninstall valgrind docs
.PHONY: all clean debug test install uninstall valgrind

0 comments on commit d4a078d

Please sign in to comment.