?? 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 dlab-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 grade-datalab.pl config.pm 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 + -