📄 makefile
字号:
# Name: Makefile# Project: PowerSwitch# Author: Christian Starkjohann# Creation Date: 2005-01-16# Tabsize: 4# Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH# License: Proprietary, free under certain conditions. See Documentation.# This Revision: $Id: Makefile 20 2005-02-20 16:39:43Z cs $USBCFG = /usr/local/usblib/bin/libusb-configall: powerSwitch.c.o: cc -O -Wall `$(USBCFG) --cflags` -c $<powerSwitch: powerSwitch.o cc -o powerSwitch powerSwitch.o `$(USBCFG) --libs` -framework CoreFoundation# -framework CoreFoundation is required on Mac OS X and Darwin only.clean: rm *.o rm powerSwitch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -