From 0ab087756f6ccfbec307d55399f583e9fb8a9151 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Wed, 5 Jan 2005 23:40:16 +0000 Subject: [PATCH] Some consolidation. --- zsnes/src/makefile.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index 9483db94..4bf7935e 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -65,7 +65,7 @@ endif ifeq (${CROSS},no) DELETECOMMAND = del - SLASH=\ + SLASH=\ endif ifeq (${OS},__MSDOS__)