]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - Makefile
Remove unconnected N2HET pins
[pes-rpp/rpp-lib.git] / Makefile
index de4d7c7b3b83f8907fbd6f59177f50a2558e8a2f..62551c761948f6fbbc88653bfea78352c4aa5b7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ print-targets:
 clean: $(subdir-targets)
 
 lib: # Build only the library
-       $(MAKE) -C build/tms570_hdk/Debug
+       $(MAKE) -C build/tms570_hydctr/Debug
 
 doc: # Build API documentation (Doxygen)
        $(MAKE) -C rpp/doc/api/
@@ -58,9 +58,9 @@ uncrustify:
        $(UNCRUSTIFY_ALL)
 
 
-RELEASE_PREFIX = rpp-lib
 include common.mk
 
+$(eval $(call release_rules,rpp-lib))
 release: $(RELEASE_BASENAME).zip
 
 $(RELEASE_BASENAME)::