📄 makefile
字号:
## Copyright (c) 1985 Regents of the University of California.# All rights reserved. The Berkeley software License Agreement# specifies the terms and conditions for redistribution.## @(#)Makefile 1.1 92/07/30 SMI; from UCB 5.1 9/21/85#CFLAGS= -OOBJS= arc.o box.o charset.o circle.o close.o cont.o dot.o \ erase.o label.o line.o linemod.o move.o open.o point.o \ scale.o space.o# default printer resolution dpiDEFRES= 240all: ../libplotimagen../libplotimagen: ${OBJS} ar cr ../libplotimagen ${OBJS}close.o erase.o label.o line.o open.o: imp.h imPcodes.hcont.o move.o: imp.hspace.o: space.c Makefile ${CC} -c ${CFLAGS} -DDEFRES=${DEFRES} space.cclean: rm -f ${OBJS} a.out core errscharset.o: imp.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -