📄 makefile
字号:
# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make".## Makefile for the threads assignment. The threads assignment must# be done first!## Copyright (c) 1992 The Regents of the University of California.# All rights reserved. See copyright.h for copyright notice and limitation # of liability and disclaimer of warranty provisions.DEFINES = -DTHREADSINCPATH = -I. -I../machineHFILES = $(THREAD_H) CFILES = $(THREAD_C) C_OFILES = $(THREAD_O)include ../Makefile.commoninclude ../Makefile.dep#-----------------------------------------------------------------# DO NOT DELETE THIS LINE -- make depend uses it# DEPENDENCIES MUST END AT END OF FILE# DEPENDENCIES MUST END AT END OF FILE# IF YOU PUT STUFF HERE IT WILL GO AWAY# see make depend above
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -