aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 4e37624..8f8607f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -63,7 +63,12 @@ alfsum.1: alfsum.rst ver.rst
$(RST2MAN) alfsum.rst > alfsum.1
clean:
- rm -f *.o unalf alfsum ../f65/f65.o *.exe
+ rm -rf *.o unalf alfsum ../f65/f65.o *.exe wintmp \
+ unalf.html alfsum.html *.aarch64.elf *.com.dbg
+
+# these are generated files, but they *are* checked into git.
+realclean: clean
+ rm -f unalf.1 alfsum.1 usage.c
install: all
mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MAN1DIR) $(DESTDIR)$(DOCDIR)
@@ -93,5 +98,5 @@ windows: crosswin html
cd .. ; for i in *.txt doc/*.txt doc/Arcinfo examples/*.txt; do sed 's,\n,\r\n,' $$i > src/wintmp/$$i; done
cp ../examples/*.alf wintmp/examples
cp alfsum.html unalf.html wintmp
- cd wintmp ; zip -r ../unalf-$(VERSION)-win64.zip *
+ cd wintmp ; zip -r ../../unalf-$(VERSION)-win64.zip *