Files
secondo/Tools/Generators/shxcreator/makefile

13 lines
99 B
Makefile
Raw Normal View History

2026-01-23 17:03:45 +08:00
.PHONY:all
all: ShxCreator.class
%.class: %.java
javac $<
.PHONY:clean
clean:
rm -f *.class