first commit

This commit is contained in:
2025-03-15 17:16:09 +01:00
commit 6b4a7c48c8
10 changed files with 154 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
.PHONY: all help archive
all: help
help:
@echo "usage: make <command>"
@echo "commands are:"
@echo " - help: see this help"
@echo " - archive: Generate the archive"
archive: rapport/rapport.pdf requirements.txt spf.lark spf.py
tar -czf Projet_compilation_anthony_debucquoy_2025.tar.xz $^