summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: update guileHEADmastersiddharth ravikumar2024-01-201-1/+1
| | | | Support guile 3.0
* Makefile: Put it under CC0.rsiddharth2018-11-121-2/+2
|
* Makefile: Remove blank lines.rsiddharth2018-11-121-5/+0
|
* Makefile: Update guile.rsiddharth2018-11-121-1/+2
|
* Makefile: Update bin variable.rsiddharth2018-10-141-1/+1
| | | | Change to standard location.
* Makefile: Update guile variable.rsiddharth2018-10-141-1/+1
| | | | Search for guile and guile2.
* Makefile: Update $(git-difme).rsiddharth2018-10-141-7/+6
| | | | Don't use GNUMakefile $@, $< idioms.
* update Makefilersiddharth2016-08-011-1/+1
| | | | * Makefile (push-docs): don't delete `releases`.
* update Makefile.rsiddharth2016-07-141-0/+1
| | | | * Makefile ($(git_difme)): insert repo info to target file.
* fix script generation.rsiddharth2016-07-111-1/+3
| | | | | * Makefile ($(git_difme)): generate the script magic line using three echos.
* add stuff to generate docs.rsiddharth2016-07-111-1/+16
| | | | | | | | * .gitignore: ignore docs/_build directory. * Makefile (docs, push-docs, docs-clean): new targets. * docs/Makefile: new file * docs/assets/includes/header.html: new file. * docs/assets/includes/footer.html: new file.
* update Makefile.rsiddharth2016-07-101-0/+3
| | | | * Makefile: add blank lines.
* update Makefilersiddharth2016-07-101-0/+2
| | | | * Makefile: add blank lines.
* add `make config` mechanism.rsiddharth2016-07-091-0/+12
| | | | | | | | | | | | `make config` will now install a sample configuration file at `~/.config/git-difme/config`. * Makefile (config, $(config_dir), $(config_file)): new targets. * README.org (the config file): add sub section under `installing` section. * examples/config: add file; sample user config file.
* add Makefilersiddharth2016-07-071-0/+26