This commit is contained in:
nub31
2025-10-20 20:15:39 +02:00
parent 70551ef9eb
commit 5cdfab28f7
2 changed files with 15 additions and 0 deletions

5
examples/array/makefile Normal file
View File

@@ -0,0 +1,5 @@
.build/out: main.nub
nubc main.nub
clean:
@rm -r .build 2>/dev/null || true