diff --git a/.gitignore b/.gitignore index 1ce2a8761..3ffc4cd11 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,5 @@ prime/ # Manpage /man + +tokarchuk/custom.tar.gz diff --git a/tokarchuk/Makefile b/tokarchuk/Makefile new file mode 100644 index 000000000..dc64921a4 --- /dev/null +++ b/tokarchuk/Makefile @@ -0,0 +1,14 @@ +.DEFAULT_GOAL := help + +help: + @echo "Usage: make [target]" + @echo "" + @echo "Targets:" + @echo " archive Create a tar archive of the current directory" + +archive: + @echo "Removing old archive..." + @rm -fv custom.tar.gz + @echo + @echo "Creating archive..." + @tar -czvf custom.tar.gz --exclude=Makefile --dereference *