Skip to content

Commit 5727e49

Browse files
committed
Update make file to allow picking which OOC compiler to use.
1 parent 0f72548 commit 5727e49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
OOC?=ooc
2+
13
all: mustang/*.ooc
24
mkdir -p bin
3-
ooc mustang/mustang.ooc -o=bin/mustang
5+
${OOC} mustang/mustang.ooc -o=bin/mustang
46

57
clean:
68
rm -rf bin

0 commit comments

Comments
 (0)