We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f038a73 commit f850bbfCopy full SHA for f850bbf
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.2.1
+VERSION:=0.2.2
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