diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -34,7 +34,9 @@ clean: | |||
| 34 | 34 | ||
| 35 | dist: clean | 35 | dist: clean |
| 36 | mkdir -p st-$(VERSION) | 36 | mkdir -p st-$(VERSION) |
| 37 | cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h $(SRC) st-$(VERSION) | 37 | cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk\ |
| 38 | config.def.h st.info st.1 arg.h st.h win.h $(SRC)\ | ||
| 39 | st-$(VERSION) | ||
| 38 | tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz | 40 | tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz |
| 39 | rm -rf st-$(VERSION) | 41 | rm -rf st-$(VERSION) |
| 40 | 42 | ||
