diff --git a/converters/Makefile b/converters/Makefile index 95c5022..3238b2c 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -5,8 +5,9 @@ BIN=/usr/local/bin INSTALL=install CC=gcc -SUBDIRS=asc cosy decsys dtos8cvt gt7cvt hpconvert indent littcvt m8376 mksimtape mt2tpc mtcvt23 \ - mtcvtfix mtcvtodd noff sfmtcvt strrem strsub tar2mt tp512cvt tpc2mt +SUBDIRS=asc cosy decsys dtos8cvt fsio gt7cvt hpconvert indent littcvt m8376 \ + mksimtape mt2tpc mtcvt23 mtcvtfix mtcvtodd noff sfmtcvt strrem strsub \ + tar2mt tp512cvt tpc2mt .PHONY: all clean install uninstall diff --git a/crossassemblers/Makefile b/crossassemblers/Makefile index a9be766..5d70b70 100644 --- a/crossassemblers/Makefile +++ b/crossassemblers/Makefile @@ -5,7 +5,7 @@ BIN=/usr/local/bin INSTALL=install CC=gcc -SUBDIRS=hpasm macro1 macro7 macro8x +SUBDIRS=hpasm macro1 macro11 macro7 macro8x .PHONY: all clean install uninstall