当我用 gitbash 和 gcc 编译东西时,有没有办法缩短我需要输入的内容?
为了编译我的 helloworld 程序,我必须输入以下内容:
gcc -o helloworld.exe helloworld.m -I C:/GNUstep/GNUstep/System/Library/Headers -L C:/GNUstep/GNUstep/System/Library/Libraries -std=c99 -lobjc -lgnustep-base -fconstant-string-class=NSConstantString