📄 makefile
字号:
# Student's Makefile for the CS:APP Data LabTEAM = ac00VERSION = 1HANDINDIR = /afs/cs.cmu.edu/academic/class/15213-f01/L1/handinCC = gccCFLAGS = -O -Wallall: echo "Invoke this makefile with a specific rule"btest: btest.c bits.c decl.c tests.c btest.h bits.h getopt.h getopt.c tailor.h $(CC) $(CFLAGS) -o btest bits.c btest.c decl.c tests.c getopt.csolutionzip: rm -f *.zip zip -r dlabp-solution.zip . -i bits.c bits-solve.c bits.h btest.c btest.h decl.c getopt.c getopt.h tailor.h tests.c README dlab.dsw dlab.dsp Makefileclean: rm -f *.o btest *.exe *~ datalab.ps datalab.pdf rm -rf Debug *.00* *.opt *.plg *.ncb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -