diff options
author | EuAndreh <eu@euandre.org> | 2022-03-06 14:26:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-06 14:26:52 -0300 |
commit | f915a438f7d7b798f7320d5b3005a1ef02633584 (patch) | |
tree | 1afdf0577f4bc6c8fb23a115343d4d2fce3c4638 /Makefile.dynamic | |
parent | .gitignore: Ignore vendor/ (diff) | |
download | euandre.org-f915a438f7d7b798f7320d5b3005a1ef02633584.tar.gz euandre.org-f915a438f7d7b798f7320d5b3005a1ef02633584.tar.xz |
mv Makefile.dynamic dynamic.mk
Diffstat (limited to 'Makefile.dynamic')
-rw-r--r-- | Makefile.dynamic | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.dynamic b/Makefile.dynamic deleted file mode 100644 index 89791c9..0000000 --- a/Makefile.dynamic +++ /dev/null @@ -1,7 +0,0 @@ -include files.mk -include deps.mk - -torrents: $(torrent-files) - -$(torrent-files): files.mk deps.mk - mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')" |