...
This commit is contained in:
5
examples/array/makefile
Normal file
5
examples/array/makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
.build/out: main.nub
|
||||
nubc main.nub
|
||||
|
||||
clean:
|
||||
@rm -r .build 2>/dev/null || true
|
||||
Reference in New Issue
Block a user