📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -