This commit is contained in:
2025-08-26 19:35:14 +02:00
parent 7db3d34108
commit 9f4966909f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
build:
build: main.oz
ozc -c main.oz
run:
make build
run: build
echo "make: built successfully"
ozengine main.ozf

1
assignment1/Makefile Normal file
View File

@@ -0,0 +1 @@
include ../Makefile