2008-05-12から1日間の記事一覧

ファイルがあるかないかで分岐

ifeq ($(findstring text11.o,$(wildcard *.o)), ) echo "no file named text11" else rm text11.o endif