From b7abeb089ed43e7db160ee74f924b9f10131d5c8 Mon Sep 17 00:00:00 2001 From: Ron B Date: Mon, 26 Oct 2020 23:44:28 +0200 Subject: [PATCH] add trailing newline to the makefile oopsie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 809a122..a518f3d 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ winediscordipcbridge.exe: main.c - i686-w64-mingw32-gcc -masm=intel main.c -o winediscordipcbridge \ No newline at end of file + i686-w64-mingw32-gcc -masm=intel main.c -o winediscordipcbridge