Skip to content

Commit

Permalink
removed trailing space from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelvitta committed Dec 13, 2024
1 parent 175a12d commit 6cc320c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desafio-03/miguelvitta/c/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CC = gcc
CC = gcc
CFLAGS = -Wall -Wextra -Wshadow

desafio-03: desafio-03.c
Expand All @@ -7,4 +7,3 @@ desafio-03: desafio-03.c
.PHONY: clean
clean:
rm -f desafio-03 *.o

0 comments on commit 6cc320c

Please sign in to comment.