From 0669c8a4b233a50c16348b4ff7d3a64207a3f2d6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Aug 2012 12:38:14 +0100 Subject: libxl: provide "make realclean" target This removes all the autogenerated files. Signed-off-by: Ian Jackson Acked-by: Ian Campbell Committed-by: Ian Jackson --- tools/libxl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 47fb110830..22c48816d7 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -212,8 +212,10 @@ clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check $(RM) -f testidl.c.new testidl.c -# $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean +realclean: distclean + $(RM) -f $(AUTOSRCS) $(AUTOINCS) + -include $(DEPS) -- cgit v1.2.3