diff options
author | June McEnroe <june@causal.agency> | 2023-09-11 17:01:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-09-11 17:02:30 -0400 |
commit | 90fefcaa0b70af49061d648ae3566d65abfc2ab0 (patch) | |
tree | ad5e1ee88a8f3a4e7a437794b5c2ae2e435ea9a7 /bin/Makefile | |
parent | Add A Spindle Splintered (diff) | |
download | src-90fefcaa0b70af49061d648ae3566d65abfc2ab0.tar.gz src-90fefcaa0b70af49061d648ae3566d65abfc2ab0.zip |
Add git-import
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index bb1535d6..428ce7ee 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -15,6 +15,7 @@ BINS += dehtml BINS += dtch BINS += enc BINS += git-comment +BINS += git-import BINS += glitch BINS += hilex BINS += htagml |