From de702a1fdd1faeb7f4f15ebce2204f3ed9446a25 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 5 Jan 2021 18:43:49 -0500 Subject: [PATCH] ethernet: update makefile --- ethernet/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ethernet/Makefile b/ethernet/Makefile index b8f956ba..f6035973 100644 --- a/ethernet/Makefile +++ b/ethernet/Makefile @@ -1,6 +1,7 @@ -DOS33 = ../dos33fs-utils/dos33 -TXT2BAS = ../asoft_basic-utils/tokenize_asoft -MAKEB = ../dos33fs-utils/make_b +DOS33 = ../utils/dos33fs-utils/dos33 +TXT2BAS = ../utils/asoft_basic-utils/tokenize_asoft +MAKEB = ../utils/dos33fs-utils/make_b +TOKENIZE = ../utils/asoft_basic-utils/tokenize_asoft all: ethernet.dsk