X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2FMakefile.in;h=a2a3246cf4b18f6d6cde3e7e3ef3b1fdf67fdbb7;hp=84a476ea6144424caa8d553ec457c25f37d54b3c;hb=c9b74bf4f13068eec3918a78e2267568230f0361;hpb=4c151363b4ac3273854c6531a542d1547fcbc000 diff --git a/citadel/Makefile.in b/citadel/Makefile.in index 84a476ea6..a2a3246cf 100644 --- a/citadel/Makefile.in +++ b/citadel/Makefile.in @@ -193,5 +193,8 @@ citadel.h: sysdep.h sysconfig.h ipcdef.h server.h clean: find . -name \*.[o] -print -exec rm -f {} \; -realclean: clean - rm -f sysdep.h $(CLIENT_TARGETS) $(SERVER_TARGETS) $(UTIL_TARGETS) +cleaner: clean + rm -f $(CLIENT_TARGETS) $(SERVER_TARGETS) $(UTIL_TARGETS) + +realclean: cleaner + rm -f sysdep.h