?? makefile_linux
字號:
OBJS = client# 源文件清單CPPS = client.cpp# 頭文件清單HDRS = filedownload.h all: $(OBJS) $(OBJS): $(CPPS) g++ $(CPPS) -o $(OBJS) #-I../include -L../lib -lcculib -lpthread -lsp \ #-D_DEBUG#install: all # cp $(OBJS) $(BINDIR)clean: rm -f $(OBJS) *.o core
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -