Skip to content

Commit

Permalink
Merge pull request #21 from toxicdefender404/fix-makefile
Browse files Browse the repository at this point in the history
add missing files to makefile
  • Loading branch information
SizzinSeal authored Feb 3, 2025
2 parents 630a570 + e9ac458 commit dbb1e9e
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 @@ -36,7 +36,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 directory include/LIBNAME
TEMPLATE_FILES=$(INCDIR)/$(LIBNAME)/Port.hpp $(INCDIR)/$(LIBNAME)/Encoder/*.hpp $(INCDIR)/$(LIBNAME)/IMU/*.hpp $(INCDIR)/$(LIBNAME)/Motor/*.hpp
TEMPLATE_FILES=$(INCDIR)/$(LIBNAME)/Port.hpp $(INCDIR)/$(LIBNAME)/Device.hpp $(INCDIR)/$(LIBNAME)/util.hpp $(INCDIR)/$(LIBNAME)/Encoder/*.hpp $(INCDIR)/$(LIBNAME)/IMU/*.hpp $(INCDIR)/$(LIBNAME)/Motor/*.hpp

.DEFAULT_GOAL=quick

Expand Down

0 comments on commit dbb1e9e

Please sign in to comment.