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