nem*_*mes -3 gcc makefile
我正在寻找在Makefile中插入的命令,以便在编译后直接启动程序.我无法在GNU GCC网站上找到它.
DYZ*_*DYZ 6
您可以在all构建和运行程序的makefile中添加一个子句,如下例所示:
all
all: build run build: a.out a.out: foo.c gcc foo.c -o a.out run: ./a.out
归档时间:
7 年,7 月 前
查看次数:
69 次
最近记录: