Rename release.make to release.mk

It's more standard, and benefits from syntax coloration in vi.
This commit is contained in:
Romain Vimont 2021-01-01 15:49:28 +01:00
parent 230afd8966
commit 6ab80e4ce8
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
make -f release.make
make -f release.mk