From 4160763911216902d8680ce1315e7f1ebe91ed9f Mon Sep 17 00:00:00 2001 From: Anders Date: Sun, 3 Jan 2021 11:38:04 -0800 Subject: [PATCH] converters/Makefile,crossassemblers/Makefile: add missing directories --- converters/Makefile | 5 +++-- crossassemblers/Makefile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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