From e47e1e4f7ae2c985d0a82e03fe5ff660d6120290 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 13 Sep 2021 23:54:06 +0200 Subject: [PATCH] remove useless line ot building uttt --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index e58a3d7..5dcf528 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,6 @@ CPPFLAGS= all: utictactoe utictactoe: utictactoe.c ## Compile utictactoe.c - $(CC) $(CFQLGS) $< -o $@ # Nettoyage .PHONY: clean help