Skip to content

Commit

Permalink
Fix header file check
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaorson committed Dec 31, 2024
1 parent 4f16cef commit 046df29
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 @@ -66,7 +66,7 @@ setup: ./scripts/setup ## Setup dependencies for system
@$<

SOURCE_FILES := $(shell find ./src -type f -name '*.cpp')
HEADER_FILES := $(shell find ./src -type f -name '*.h')
HEADER_FILES := $(shell find ./src -type f -name '*.hpp')

.PHONY: format
format: ## Format the C/C++ code
Expand Down

0 comments on commit 046df29

Please sign in to comment.