X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/3c8c4916710f8dea39786aaffca1edbccd1397a7..76b2a4bbaa94b3a5469a6d2443c8d4da9b4dd28b:/Makefile?ds=sidebyside

diff --git a/Makefile b/Makefile
index 5b0d491..59afd30 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ full:
 		echo $(MAKE) "$$target";	\
 		$(MAKE) "$$target";		\
 	done
-	$(MAKE) xml $(DEFAULT_TARGETS)
+	$(MAKE) $(DEFAULT_TARGETS)
 
 clean:
 	$(RM) core core.[0-9]* vgcore.[0-9]*
@@ -71,7 +71,6 @@ clean:
 
 realclean: clean
 	$(RM) $(FLAVOURED_LOBA)
-	$(RM) $(XML_DEV_FILES)
 	$(RM) *~
 
 .%.d: %.c ; $(MAKEDEPEND.C)