all: @touch testfile install: all @echo $(wildcard testfile) clean: @rm testfile