nit
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
1
assignment1/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include ../Makefile
|
Reference in New Issue
Block a user