Rename release.make to release.mk
It's more standard, and benefits from syntax coloration in vi.
This commit is contained in:
parent
230afd8966
commit
6ab80e4ce8
2 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
make -f release.make
|
||||
make -f release.mk
|
||||
|
|
Loading…
Reference in a new issue