]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
Add realclean target to clean generated files.
authorPrashanth Mundkur <prashanth.mundkur@citrix.com>
Mon, 1 Jun 2009 21:50:45 +0000 (14:50 -0700)
committerPrashanth Mundkur <prashanth.mundkur@citrix.com>
Tue, 23 Jun 2009 16:23:42 +0000 (09:23 -0700)
gen/json_conv/OMakefile

index c33bd915ebd9ed57fba277ae12867ddc9e99a01f..65047995bc061a6303c6d3e5828d6cfd79e83d43 100644 (file)
@@ -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