Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 authored May 31, 2024
1 parent b110193 commit 1ee2acd
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 @@ -35,7 +35,7 @@ EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(f
# files that get distributed to every user (beyond your source archive) - add
# whatever files you want here. This line is configured to add all header files
# that are in the the include directory get exported
TEMPLATE_FILES=$(INCDIR)/**/*.h $(INCDIR)/**/*.hpp README.md LICENSE
TEMPLATE_FILES=$(INCDIR)/robotlog/*.h $(INCDIR)/robotlog/*.hpp

.DEFAULT_GOAL=quick

Expand Down

0 comments on commit 1ee2acd

Please sign in to comment.