📄 makefile
字号:
# Makefile for cccp in the Emacs distribution only.# Here we assume that you are using sys V.0# (since cccp is used by Emacs only to deal with shortnames lossage).# Therefore, we add -DEMACS to CFLAGS and add -lPW to linking.CFLAGS=-g -I. -DEMACScpp: cccp -rm cpp ln cccp cppcccp: cccp.o y.tab.o cc -o cccp -g cccp.o y.tab.o -lPWtestexp: y.tab.c cc -g -DTEST_EXP_READER y.tab.c -o testexpy.tab.c: cexp.y echo expect 40 shift/reduce conflicts yacc cexp.ycccp.o: cccp.cy.tab.o: y.tab.clint: y.tab.c lint -p y.tab.c cccp.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -