From 36429c35e1662f8dcbd58bb7149779a3603d1d58 Mon Sep 17 00:00:00 2001 From: Pavel Vymetálek Date: Tue, 19 Feb 2019 16:44:30 +0100 Subject: Všechny texty v angličtině, opravy warningů MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4178903..3163e3b 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ debug: $(PROJECT).c gcc $(PROJECT).c -o $(PROJECT) -Wall -pedantic -MP -MD -std=gnu11 -Werror=format-security -g -O0 clean: - rm -f $(PROJECT) $(PROJECT).d $(PROJECT).o + rm -f $(PROJECT) $(PROJECT).d $(PROJECT).o $(PROJECT).res $(PROJECT)*.d $(PROJECT)*.exe -- cgit