From 3c3ef9de7f99d6e5bb7113b042fb9ad6c0edf9cf Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 2 May 2019 02:45:12 +0200 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38ff64f..92071d1 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ all: # $(CC) $(CFLAGS) $(LDFLAGS) -nostdlib -shared -o ddraw.dll $(FILES) ddraw.def ddraw.rc.o $(LIBS) -lkernel32 -luser32 -lmsvcrt clean: - $(RM) -f ddraw.dll ddraw.rc.o + $(RM) ddraw.dll ddraw.rc.o