first commit
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal 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 $^
|
Reference in New Issue
Block a user