Skip to content

Commit

Permalink
fixes small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba authored Oct 17, 2024
1 parent 2a57940 commit 992d78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/c/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS = -o3 -Wall
CFLAGS = -O3 -Wall

parse_int.o: parse_int.c
gcc -c $< $(CFLAGS) -o $@
gcc -c $< $(CFLAGS) -o $@

0 comments on commit 992d78b

Please sign in to comment.