aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-22 18:57:08 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-22 18:57:08 -0500
commitff9bf758b9d49eca3a79f88908824e6a25540108 (patch)
treefaa9f152750e7016caab7bcb35dad359ee2fa99f /src/Makefile
parent6ccb66234e869f122a4750ea80ed2eee482787eb (diff)
downloadunalf-ff9bf758b9d49eca3a79f88908824e6a25540108.tar.gz
Getting ready for release.0.1.0
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6cab27a..68d6244 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,7 +42,7 @@ CFLAGS=-DVERSION='"$(VERSION)"' -Wall -I../f65 $(COPT)
UNALF_OBJS=unalf.o io.o listalf.o extract.o f65.o glob.o opts.o usage.o self.o asmcode.o
ALFSUM_OBJS=alfsum.o self.o
-.PHONY: all clean install
+.PHONY: all clean install crosswin windows windows-upload realclean
all: unalf unalf.1 alfsum alfsum.1
@@ -124,3 +124,5 @@ windows: crosswin html
cp alfsum.html unalf.html wintmp
cd wintmp ; zip -r ../../unalf-$(VERSION)-win64.zip *
+windows-upload: windows
+ scp ../unalf-$(VERSION)-win64.zip sluk:public_html/html/unalf4win/