hallo01.mfg

来自「简单的调用和输出」· MFG 代码 · 共 15 行

MFG
15
字号
# Datei hallo01.mfg fuer den Gnu-C-Compiler gcc:

ausfuehren: hallo01.exe
	hallo01.exe

hallo01.exe: hallo01.o
	gcc  -o hallo01.exe hallo01.o

hallo01.o: hallo01.c
	gcc  -c hallo01.c

sauber:
	rm -f *.o 
	rm -f *.exe 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?