diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-11 10:31:00 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-11 10:31:00 -0500 |
| commit | 32266087d52ef656cc03ce71a1e2f62eb7ed2d18 (patch) | |
| tree | bb3182a815919632e5c08714e13e41d99a5f1bb7 /st/Makefile | |
| parent | 0dc134c173dbe12362c650b2694a600814160a40 (diff) | |
Fixed problem where st wouldn't install
Diffstat (limited to 'st/Makefile')
| -rw-r--r-- | st/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/st/Makefile b/st/Makefile index 0e9d2d9..02045f0 100644 --- a/st/Makefile +++ b/st/Makefile @@ -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 |