]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/blobdiff - Makefile
Update library
[pes-rpp/rpp-simulink.git] / Makefile
index f627167f0433efa90256455c9e080180bd39d3ce..d39196544ecb4b0c939accc6139d4c4d7c9f6b8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,11 @@ endif
        cp doc/rpp_simulink.pdf $@/doc
 
 release-lib:
-       $(MAKE) -C rpp/lib/build/$(RELEASE_TARGET)/Release # Compile the lib
-       $(MAKE) -C rpp/lib release # Create release zip and directory
+# Compile the lib
+       $(MAKE) -C rpp/lib/build/$(RELEASE_TARGET)/Release
+# Create release zip and directory. Note that this also setups ignored
+# files, which is required for correct function of $(RELEASE_BASENAME)
+# target.
+       $(MAKE) -C rpp/lib release
 
 endif # release