started chapter 1 scanning
This commit is contained in:
10
jlox/Makefile
Normal file
10
jlox/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
##
|
||||
# jlox
|
||||
#
|
||||
# @file
|
||||
# @version 0.1
|
||||
all:
|
||||
javac -d . Lox.java
|
||||
|
||||
|
||||
# end
|
||||
Reference in New Issue
Block a user