📄 makefile
字号:
CC = gcc#CFLAGS = -DDebug_parsingInput#CFLAGS = -DDebug_readData#CFLAGS = -g -DDebug_initialize#CFLAGS = -DDebug#CFLAGS = -g -DDebug_establish_hyperGraph -WallCFLAGS = -g -DDebug_phase2 -Wall #CFLAGS = CLIBS = -L. -lhmetis -lm#LDFLAGS = -lpthread -L. -lsbt -lmall: chameleonchameleon : chameleon.c $(CC) $(CFLAGS) chameleon.c -o chameleon $(CLIBS)#clean useless filesclean: rm -f chameleon core *.o *~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -