From: Tormod Volden Date: Wed, 1 Jun 2016 18:36:12 +0000 (+0200) Subject: Add MWC units.c to 6809 build X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=084b837526bdc812ce444ebd2e4294c1ca2cbe8e;p=FUZIX.git Add MWC units.c to 6809 build Signed-off-by: Tormod Volden --- diff --git a/Applications/MWC/cmd/Makefile.6809 b/Applications/MWC/cmd/Makefile.6809 index 2d538d54..8ac92fc3 100644 --- a/Applications/MWC/cmd/Makefile.6809 +++ b/Applications/MWC/cmd/Makefile.6809 @@ -15,7 +15,7 @@ CRT0 = ../../../Library/libs/crt0_6809.o .SUFFIXES: .c .o -SRCS = ac.c almanac.c at.c calendar.c col.c deroff.c expr.c find.c m4.c moo.c pr.c tar.c test.c ttt.c +SRCS = ac.c almanac.c at.c calendar.c col.c deroff.c expr.c find.c m4.c moo.c pr.c tar.c test.c ttt.c units.c OBJS = $(SRCS:.c=.o)