?? makefile
字號:
CFLAGS = -gobjects = main.o users.o utils.o send_receive.o coms.o encode.oipmsg: $(objects) gcc $(CFLAGS) -o ipmsg $(objects) -lpthreadmain.o: main.c coms.h users.h ipmsg.h send_receive.h gcc $(CFLAGS) -c $^ users.o: users.c users.h coms.h gcc $(CFLAGS) -c $^utils.o: utils.c coms.h gcc $(CFLAGS) -c $^send_receive.o: send_receive.c send_receive.h coms.h ipmsg.h users.h gcc $(CFLAGS) -c $^coms.o: coms.c ipmsg.h coms.h gcc $(CFLAGS) -c $^encode.o: encode.c gcc $(CFLAGS) -c $^.PHONY: cleanclean: rm -f ipmsg $(objects) *.gchcgch: rm -f *.gch
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -