crafting_interpreters/jlox/Makefile

11 lines
69 B
Makefile
Raw Permalink Normal View History

2024-07-10 04:46:41 +01:00
##
# jlox
#
# @file
# @version 0.1
all:
javac -d . Lox.java
# end