From 63279637c19a6092981fadee992c319f2eb8a409 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Tue, 12 Jun 2007 22:46:12 -0500 Subject: Adds SUBDIRS to the make 'distclean' target and 'distclean' to the sub-directory Makefiles. Patch from Ken MacLeod signed-off-by: Michael Brown --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 436d2cc..c98de15 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,6 +29,8 @@ selinux-mock.o: selinux-mock.c $(EXECUTABLE): $(EXECUTABLE).c $(CC) $(CFLAGS) $(DEBUG) -o $@ $< +distclean: clean + clean: rm -f $(EXECUTABLE) $(LIBRARY) rm -f *~ *.bak *.o *.so -- cgit