Initial commit

First container (for gitea)
This commit is contained in:
2026-01-23 21:02:54 +02:00
commit 5c42d9f22a
12 changed files with 386 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: clean all help
all:
true
clean:
find . -name \*~ -delete
help:
@echo make clean