converters/Makefile,crossassemblers/Makefile: add missing directories

This commit is contained in:
Anders
2021-01-03 11:38:04 -08:00
parent a1314cf21c
commit 4160763911
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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