From 5a005be37872f792f15240a75651748438afbdf3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 26 Mar 2024 15:34:43 -0700 Subject: [PATCH] Add -q option to wcl to make it quiet Also, change a flag to make the target type explicit. --- makefile.dos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.dos b/makefile.dos index 871d123..0d1fa40 100644 --- a/makefile.dos +++ b/makefile.dos @@ -14,7 +14,7 @@ EXTRAOBJS= \tc\lib\wildargs.obj # Open Watcom (untested) #CC= wcl -#CFLAGS= -0 -bt=dos -ox +#CFLAGS= -q -0 -bcl=dos -ox #PACKFLAG= -zp=1 #EXTRAOBJS= wildargv.obj