makefile
来自「这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形」· 代码 · 共 24 行
TXT
24 行
CP_F = perl -MFile::Copy -e "File::Copy::cp(@ARGV)"RM_F = perl -MExtUtils::Command -e rm_fSPIKE = ../spike.plFILES = spike_parser2.pm spike_emitter.pm test_spike.pm.PHONY: all test cleanall: $(FILES)spike_parser2.pm: spike_parser2.grammar $(SPIKE) perl $(SPIKE) -m -n Spike::Parser $<spike_emitter.pm: ../spike_emitter.pm $(CP_F) $< $@test_spike.pm: ../test_spike.pm $(CP_F) $< $@test: all prove -I. ../*.tclean: $(RM_F) $(FILES)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?