all : this_build.h
	@true

clean:
	rm -f this_build.h
