From 521d9a1999976b54cdcec5526e31b95815ab4857 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Sat, 16 Feb 2013 21:01:36 +0100 Subject: [PATCH] include sidgen in clean actions --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index c4e21f6..4cfc185 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,8 @@ clean distclean:: -$(MAKE) -C monitor $@ -$(MAKE) -C editor $@ -$(MAKE) -C server $@ + -$(MAKE) -C sidgen $@ + -$(MAKE) -C sidgen/tests $@ distclean:: -rm -f bin/* -- 1.7.2.5