分页: 1 / 1

Makefiel的第2个似乎无效

发表于 : 2008-02-15 17:08
eexpress
☎ make
make: “ea”是最新的。

☎ cat Makefile
ea:ea.cpp
g++ -g -o ea ea.cpp `pkg-config --cflags --libs gtkmm-2.4,libglademm-2.4`
total:total.c
gcc -g -std=c99 -o total total.c

发表于 : 2008-02-15 18:49
eexpress
test:ea total