Level0 build into current directory
Not src/
This commit is contained in:
parent
677f7f5be0
commit
e6c14f6bff
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue