📄 makefile
字号:
EXEC = pingOBJS = ping.oall: $(EXEC)$(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS_$@))romfs: $(ROMFSINST) /bin/$(EXEC) chmod 644 about\ us/*.* chmod 644 home/*.* chmod 644 introduction/*.* chmod 644 introduction/images/*.* chmod 644 play\ the\ game/*.* chmod 644 play\ the\ game/images/*.* chmod 644 play\ the\ game/sound/*.* chmod 644 test/*.* chmod 755 test/xledctl.cgi chmod 755 play\ the\ game/xledctl.cgi chmod 644 test/images/*.* mkdir ../../romfs/home/httpd/about\ us mkdir ../../romfs/home/httpd/home mkdir ../../romfs/home/httpd/test mkdir ../../romfs/home/httpd/test/images mkdir ../../romfs/home/httpd/introduction mkdir ../../romfs/home/httpd/introduction/images mkdir ../../romfs/home/httpd/play\ the\ game mkdir ../../romfs/home/httpd/play\ the\ game/images mkdir ../../romfs/home/httpd/play\ the\ game/sound cp about\ us/*.* ../../romfs/home/httpd/about\ us cp home/*.* ../../romfs/home/httpd/home cp test/*.* ../../romfs/home/httpd/test cp test/images/*.* ../../romfs/home/httpd/test/images cp introduction/*.* ../../romfs/home/httpd/introduction cp introduction/images/*.* ../../romfs/home/httpd/introduction/images cp play\ the\ game/*.* ../../romfs/home/httpd/play\ the\ game cp play\ the\ game/images/*.* ../../romfs/home/httpd/play\ the\ game/images cp play\ the\ game/sound/*.* ../../romfs/home/httpd/play\ the\ game/soundclean: -rm -f $(EXEC) *.elf *.gdb *.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -