summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2016-03-18 16:24:53 +0100
committerLeif Johansson <leifj@sunet.se>2016-03-18 16:24:53 +0100
commit326feb8121d4c88a084492979e308280883c819c (patch)
tree58fc34b0e5e4a2e549eab0043eab3bf2b8e47be4 /Makefile
parent80100f59a2fb73d9788de6cff0fadd40eeee13ac (diff)
cleanup after make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c102d11f..a41e735b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ sign: swamid upstream projects
xsltproc $(XSLTDEFS) --xinclude xslt/sign.xsl $*.n > $*.tbs
$(SIGNER) --output $@ $*.tbs
xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $@
- #rm -f $*.tbs $*.n
+ rm -f $*.tbs $*.n
%.pub: %.sig
samlsign -c $(CERT) -f $< && xmllint --c14n $< > $(DEST)/$*.xml