makefile.txt

来自「simple and efficient hashtable」· 文本 代码 · 共 27 行

TXT
27
字号
tester: hashtable.o tester.o hashtable_itr.o	gcc -g -Wall -O -lm -o tester hashtable.o hashtable_itr.o tester.oall: tester old_testertester.o:	tester.c	gcc -g -Wall -O -c tester.c -o tester.oold_tester: hashtable_powers.o tester.o hashtable_itr.o	gcc -g -Wall -O -o old_tester hashtable_powers.o hashtable_itr.o tester.ohashtable_powers.o:	hashtable_powers.c	gcc -g -Wall -O -c hashtable_powers.c -o hashtable_powers.ohashtable.o:	hashtable.c	gcc -g -Wall -O -c hashtable.c -o hashtable.ohashtable_itr.o: hashtable_itr.c	gcc -g -Wall -O -c hashtable_itr.c -o hashtable_itr.otidy:	rm *.oclean: tidy	rm -f tester old_tester

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?