From 366f9d1e60fd1a6395b7fb79e60f6833fdd2883f Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Tue, 10 Oct 2017 16:07:29 +0200
Subject: [PATCH] Make target `all' for `clean'

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5a34a12..6f655cd 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ SAXON = java -jar lib/saxon9he.jar
 %.sch: %.rng
 	$(SAXON) -xsl:lib/rngsch.xsl -o:$@ $<
 
+all: src/ruleset.xsd src/ruleset.rng src/ruleset.sch test
+
 .PHONY: clean
 clean:
 	rm -f src/*.xsd
@@ -20,4 +22,4 @@ clean:
 test: src/ruleset.sch
 	$(XSPEC) -s test/ruleset.xspec
 
-all: src/ruleset.xsd src/ruleset.rng src/ruleset.sch test
+
-- 
GitLab