diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -2,3 +2,4 @@ patches/ .gitignore *.o st +*.orig @@ -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 |