diff options
author | Leif Johansson <leifj@sunet.se> | 2016-03-18 16:24:53 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-03-18 16:24:53 +0100 |
commit | 326feb8121d4c88a084492979e308280883c819c (patch) | |
tree | 58fc34b0e5e4a2e549eab0043eab3bf2b8e47be4 /Makefile | |
parent | 80100f59a2fb73d9788de6cff0fadd40eeee13ac (diff) |
cleanup after make
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |