Skip to content

Commit

Permalink
add missing files to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicdefender404 authored Feb 1, 2025
1 parent 630a570 commit e9ac458
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 e9ac458

Please sign in to comment.