7 lines
95 B
Makefile
7 lines
95 B
Makefile
build: main.oz
|
|
ozc -c main.oz
|
|
|
|
run: build
|
|
echo "make: built successfully"
|
|
ozengine main.ozf
|