summary refs log tree commit diff stats
path: root/src/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.mak')
-rw-r--r--src/makefile.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.mak b/src/makefile.mak
index cae74cd4..93def686 100644
--- a/src/makefile.mak
+++ b/src/makefile.mak
@@ -1,7 +1,7 @@
 all:
-	cd common
+	@cd common
 	@-$(MAKE) /nologo /s /f makefile.mak $@
-	cd ..\fe-gtk
+	@cd ..\fe-gtk
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 
 clean: