pns/prg/Makefile
Gašper Dobrovoljc d88951c225
WIP LexAn
2025-03-05 08:44:48 +01:00

7 lines
112 B
Makefile

JAVA = java --enable-preview
.PHONY : %
% : %.pins25
$(JAVA) -classpath ../bin pins25.phase.LexAn $<