We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d03850 commit 450c391Copy full SHA for 450c391
Makefile
@@ -28,7 +28,7 @@ IS_LIBRARY:=1
28
# Be sure that your header files are in the include directory inside of a folder with the
29
# same name as what you set LIBNAME to below.
30
LIBNAME:=hardware
31
-VERSION:=0.1.0
+VERSION:=0.2.0
32
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
33
# this line excludes opcontrol.c and similar files
34
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))
0 commit comments