remove useless line ot building uttt

This commit is contained in:
Yorick Barbanneau 2021-09-13 23:54:06 +02:00
parent 1623df8006
commit e47e1e4f7a

View file

@ -12,7 +12,6 @@ CPPFLAGS=
all: utictactoe
utictactoe: utictactoe.c ## Compile utictactoe.c
$(CC) $(CFQLGS) $< -o $@
# Nettoyage
.PHONY: clean help