summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2c9f353..df8dd78 100644
--- a/Makefile
+++ b/Makefile
@@ -24,14 +24,14 @@ st: $(OBJ)
$(CC) -o $@ $(OBJ) $(STLDFLAGS)
clean:
- rm -f st $(OBJ) st-farajli-$(VERSION).tar.gz
+ rm -f st $(OBJ) st_farajli-$(VERSION).tar.gz
dist: clean
- mkdir -p st-farajli-$(VERSION)
+ mkdir -p st_farajli-$(VERSION)
cp -R Makefile LICENSE config.mk\
- config.h arg.h st.h win.h $(SRC) st-farajli-$(VERSION)
- tar -czf st-farajli-$(VERSION).tar.gz st-farajli-$(VERSION)
- rm -rf st-farajli-$(VERSION)
+ config.h arg.h st.h win.h $(SRC) st_farajli-$(VERSION)
+ tar -czf st_farajli-$(VERSION).tar.gz st_farajli-$(VERSION)
+ rm -rf st_farajli-$(VERSION)
install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin