Skip to content

Commit

Permalink
Makefile oops
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Nov 29, 2024
1 parent 0a5d127 commit c08ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ distclean: distclean-local

# Static code analysis using 'cppcheck'
.PHONY: analyze
check:
analyze:
@echo " [analyze]"
@cppcheck $(CPPFLAGS) $(CHECKOPTS) src

Expand Down

0 comments on commit c08ff84

Please sign in to comment.