?? target.test
字號:
#! /bin/sh# Test for a bug where target names and variable names are treated alike.# Bug from Fran鏾is Pinard.. $srcdir/defs || exit 1echo AC_PROG_CC >> configure.incat > Makefile.am << 'END'bin_PROGRAMS = consud## Note next line is target, not variable.consud_SOURCES: consud.cENDecho > consud.c$AUTOMAKE && exit 1exit 0
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -