diff --git a/Makefile b/Makefile index cccbcd6..0d9b405 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ CPPFLAGS= all: build build: src/utictactoe.c - $(CC) $(CFQLGS) $< -o src\utictactoe + $(CC) $(CFQLGS) $< -o utictactoe .PHONY: clean help clean: ## Clean files - rm -f src\*.o src\utictactoe + rm -f src\*.o utictactoe help: @echo "Makefile pour UTicTacToe"