Files
containers/Makefile
Viorel 5c42d9f22a Initial commit
First container (for gitea)
2026-01-23 21:02:54 +02:00

11 lines
94 B
Makefile

.PHONY: clean all help
all:
true
clean:
find . -name \*~ -delete
help:
@echo make clean