diff options
author | W. Kosior <koszko@koszko.org> | 2024-12-18 08:41:34 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-12-18 08:41:34 +0100 |
commit | 15105955f461a5c57be66e49adcde2c31046e1cd (patch) | |
tree | eda040698a77fa23a238135782f75eb18e91b226 /Makefile | |
parent | 6e2b211d2cd4710ec793d8c56d0d20f4c2407a2e (diff) | |
download | AGH-threat-intel-course-15105955f461a5c57be66e49adcde2c31046e1cd.tar.gz AGH-threat-intel-course-15105955f461a5c57be66e49adcde2c31046e1cd.zip |
Add TLP signals.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,12 +38,12 @@ profiles_with_scraped_info.yaml: scrape_groups_info.py profiles.yaml techniques_table.tex: techniques_table.py profiles_with_scraped_info.yaml $(PYTHON) $^ > $@ -techniques_table_doc.pdf: techniques_table_doc.tex techniques_table.tex +techniques_table_doc.pdf: techniques_table_doc.tex tlp.tex techniques_table.tex $(LATEXMK) -pdf $< th-proj-archive.tar.gz: Makefile profiles.yaml scrape_groups_info.py \ tables.md techniques_table.py threats_by_sector_table.py \ - $(DEFAULT_TARGETS) + tlp.tex $(DEFAULT_TARGETS) tar --transform='s|^|th-proj-archive/|' \ --mtime=1970-01-01T00:00:00-00:00 --group=0 --owner=0 \ -czf $@ $^ |