From 8dbe3511c53cc1d02299ff050c1b45b4e0d26466 Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Fri, 20 Mar 2015 14:54:49 +0100 Subject: [PATCH] Minor fix in linux Makefile --- pafish/Makefile.linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pafish/Makefile.linux b/pafish/Makefile.linux index 55f194e..36b1d8c 100644 --- a/pafish/Makefile.linux +++ b/pafish/Makefile.linux @@ -14,9 +14,9 @@ CFLAGS = $(INCS) -O1 all: $(BIN) clean: - rm -f Objects\MingW\*.o - rm -f Objects\MingW\*.res - rm -f Output\MingW\*.exe + rm -f Objects/MingW/*.o + rm -f Objects/MingW/*.res + rm -f Output/MingW/*.exe $(BIN): $(OBJ) $(LINK) $(LINKOBJ) -o "$(BIN)" $(LIBS)