diff --git a/.gitignore b/.gitignore index 844b8af..346a1e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *~ *.o *.d -dis6502 +dis6502* lex.c diff --git a/Makefile b/Makefile index b41f094..9f52cce 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ endif # let me know why so I can improve this Makefile. # ----------------------------------------------------------------------------- -VERSION = 0.12 +VERSION = 0.15 PACKAGE = dis6502 @@ -67,7 +67,7 @@ HDRS = dis.h MAN = dis6502.1 MISC = COPYING README README.Bond README.Finkelstein Makefile -DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(LSRCS) +DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(LSRCS) $(MAN) DISTNAME = $(PACKAGE)-$(VERSION) BIN_DISTFILES = COPYING README $(TARGETS)