Files
container-images/crond/Makefile
T
2026-06-28 21:24:36 +01:00

8 lines
113 B
Makefile

.PHONY: prepare_crond
prepare_crond:
@echo Nothing to do
.PHONY: clean_crond
clean_crond:
@echo Nothing to do