Renamed project to ucl

This commit is contained in:
Leon Mika 2024-04-27 10:11:22 +10:00
parent 1d7a076f63
commit 0b8c8a0d04
16 changed files with 159 additions and 108 deletions

View file

@ -2,7 +2,7 @@ clean:
-rm -r build
test:
go test ./cmdlang/...
go test ./ucl/...
site: clean
mkdir build