1 --- sources/Makefile 2009-06-11 19:35:55.000000000 -0500
2 +++ sources/Makefile-new 2011-05-03 19:07:22.997138152 -0500
6 BINARIES=/usr/local/bin
10 CFLAGS= -DUNIX -fsigned-char -Wall -O3 -s
14 cp lib4th.a $(LIBRARIES)
15 cp 4th 4tsh pp4th $(BINARIES)
16 + install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1
17 + install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/4tHmanual.txt
20 -rm $(LIBRARIES)/lib4th.a