Files
medicallib_rust/Makefile
T
2025-09-21 02:14:44 -07:00

7 lines
91 B
Makefile

PACKAGE_TARGET?=
.PHONY: package
package:
@bash ../scripts/package.sh $(PACKAGE_TARGET)