A simple makefile

xiaoxiao2021-03-06  17

#variablesshell = / bin / shObjects = tmpfile.o # compiler flagscflags = -g # rulestmpfile: $ (Objects) CC -O TmpFile $ (Objects) TMPFILE.O: TMPFILE.C CC $ (cflags) -c tmpfile.cclean: RM -F $ (Objects)

转载请注明原文地址:https://www.9cbs.com/read-58417.html

New Post(0)