@@ -1,6 +1,15 @@
build: main.oz
ozc -c main.oz
SRC = main.oz
.PHONY: all run clean
all: run
%.ozf: %.oz
ozc -c $<
run: $(SRC)f
ozengine $(SRC)f
clean:
rm -f *.ozf
run: build
echo "make: built successfully"
ozengine main.ozf
The note is not visible to the blocked user.