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