Refactor: build env

This commit is contained in:
2026-04-02 22:22:57 +08:00
parent 1e698d2426
commit fe65d46df7
7 changed files with 42 additions and 2 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
.PHONY: all clean docker
docker:
docker build . -t afs2026
docker run afs2026 -C code