11 lines
69 B
Makefile
11 lines
69 B
Makefile
##
|
|
# jlox
|
|
#
|
|
# @file
|
|
# @version 0.1
|
|
all:
|
|
javac -d . Lox.java
|
|
|
|
|
|
# end
|