Add a makefile
authorDaniel Semyonov <daniel@dsemy.com>
Tue, 29 Jun 2021 00:40:11 +0000 (03:40 +0300)
committerAlex Schroeder <alex@gnu.org>
Tue, 29 Jun 2021 06:36:56 +0000 (08:36 +0200)
commitdd6ff5d1e1d585edf251c13fe78f7d94beb5b718
tree5f0f43fbce82b622dd3984e9f1404cc6b241c57b
parent13b60c5b3df36c65c60bb2227c998476ac0cb417
Add a makefile

Contains three targets - info, package and clean:
- info creates the info manual for the package.
- package creates an installable (via 'M-x package-install-file')
  package archive.
- clean cleans any "build artefacts".
The default (all) target is equivalent to the clean target followed by
the package target.
Add 'config.mk' for build configuration.
Add 'elpher-pkg.el' (could possibly be generated in the future),
required to install as a package.
config.mk [new file with mode: 0644]
elpher-pkg.el [new file with mode: 0644]
makefile [new file with mode: 0644]