From: havoc Date: Sun, 12 Feb 2006 21:03:32 +0000 (+0000) Subject: now make clean cleans up the nexuiz executables also X-Git-Tag: xonotic-v0.1.0preview~4332 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d7de18c275deb9e7565bdfaeac64a3d10a0d9080;p=xonotic%2Fdarkplaces.git now make clean cleans up the nexuiz executables also git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5979 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.inc b/makefile.inc index d97df145..4e381ee7 100644 --- a/makefile.inc +++ b/makefile.inc @@ -429,5 +429,8 @@ clean: -$(CMD_RM) $(EXE_CL) -$(CMD_RM) $(EXE_SV) -$(CMD_RM) $(EXE_SDL) + -$(CMD_RM) $(EXE_CLNEXUIZ) + -$(CMD_RM) $(EXE_SVNEXUIZ) + -$(CMD_RM) $(EXE_SDLNEXUIZ) -$(CMD_RM) *.o -$(CMD_RM) *.d