diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-04-18 19:59:59 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-04-18 19:59:59 -0400 |
commit | 3144a61c180b678f6b1c23f06e4b434090199fcb (patch) | |
tree | 14c0004d0106b68835404418f963ec9c63a7338f /Makefile | |
parent | 9cabe89a111c1d2e6f25aa6793ca6f955d6e4fef (diff) |
remove problematic and obsolete git lines
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,8 +40,6 @@ dist: clean rm -rf st-$(VERSION) install: st - git submodule init - git submodule update mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f st $(DESTDIR)$(PREFIX)/bin cp -f st-copyout $(DESTDIR)$(PREFIX)/bin |