aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist18
1 files changed, 12 insertions, 6 deletions
diff --git a/Makefile.dist b/Makefile.dist
index efcf9e1a4..f9f6b5fbe 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -54,17 +54,23 @@ borland-clean:
cd ..\src
make -f Makefile.b32 clean
-watcom:
+watcom: .SYMBOLIC
cd lib
- wmake -f Makefile.Watcom
+ wmake -u -f Makefile.Watcom
cd ..\src
- wmake -f Makefile.Watcom
+ wmake -u -f Makefile.Watcom
-watcom-clean:
+watcom-clean: .SYMBOLIC
cd lib
- wmake -f Makefile.Watcom clean
+ wmake -u -f Makefile.Watcom clean
cd ..\src
- wmake -f Makefile.Watcom clean
+ wmake -u -f Makefile.Watcom clean
+
+watcom-vclean: .SYMBOLIC
+ cd lib
+ wmake -u -f Makefile.Watcom vclean
+ cd ..\src
+ wmake -u -f Makefile.Watcom vclean
mingw32:
$(MAKE) -C lib -f Makefile.m32