diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2019-11-29 08:36:51 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2019-11-29 08:36:51 +0100 |
commit | 0930c05276414917ed0d0904437fae9ecf915495 (patch) | |
tree | 37767f5606839c2ce1ef2857e230f59ba5e7b97e /Makefile | |
parent | 134921ff71c7c81e394c68947aa6a824b0c05913 (diff) |
Resolved part 1 of SWAMID-2549
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ all: clean dependencies test sign clean web MXML=$(shell echo *.mxml) SWAMIDXML=$(patsubst swamid-2.0/%.xml,.time/%.time,$(wildcard swamid-2.0/*.xml)) +TIMEFILES=$(patsubst %.time,.xml/swamid-2.0/%.time,$(wildcard .time/*.time)) sign: swamid upstream projects |