diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-12-14 14:44:39 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-12-14 14:44:39 -0500 |
| commit | ee03829f90d25f62c2d36c5fef6f7b5eafb1040d (patch) | |
| tree | e044253335f127df4b66f8edd28031cdc7836377 /Makefile | |
| parent | 624bf8c02a3d83f489875484a16205cd0c4aa660 (diff) | |
Finalize the new master branch
* README: Adjust to the new deployment system
* .gitignore: Re-add the file. Adjust to new generated subdirectories.
* Makefile: New file.
* copyright_exceptions: Re-add the file.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b9f30b0 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +# "Dummy" initial Makefile for GNU Emacs Lisp Package Archive. + +setup: GNUmakefile admin + +GNUmakefile: admin + ln -s admin/GNUmakefile ./ + +admin: + git worktree add -b elpa-admin admin origin/elpa-admin |
