From: Prashanth Mundkur Date: Mon, 1 Jun 2009 21:50:45 +0000 (-0700) Subject: Add realclean target to clean generated files. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4f9d4a7b6aef16e6470f50a94127e8d0882593c5;p=xenclient%2Ftoolstack.git Add realclean target to clean generated files. --- diff --git a/gen/json_conv/OMakefile b/gen/json_conv/OMakefile index c33bd91..6504799 100644 --- a/gen/json_conv/OMakefile +++ b/gen/json_conv/OMakefile @@ -15,9 +15,12 @@ JSON_CONV = $(OCamlProgram $(JSON_CONV_PROG), $(CONV_FILES)) .DEFAULT: $(JSON_CONV) -.PHONY: clean +.PHONY: clean realclean clean: $(CLEAN) $(JSON_CONV) +realclean: clean + $(CLEAN) $(GEN_FILES) + .SUBDIRS: tests