Files
crafting-interpreters/challenges/01-intro-challenges/java-env/Makefile

8 lines
101 B
Makefile
Raw Normal View History

2022-09-02 21:57:44 +02:00
run: HelloWorld.class
@ java HelloWorld
HelloWorld.class: HelloWorld.java
@ javac $^
.PHONY: run