Skip to content

Commit

Permalink
Fix linking rule
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jul 18, 2024
1 parent 325eb0a commit 6e882a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC := gcc
CFLAGS += -Wall -Wextra -Wpedantic -std=c99 -O3
LDFLAGS += -O3

qrcode: main.o pbm.o encoder.o decoder.o rs.o bch.o blocks.o modules.o data.o
qrcode: qrcode.o pbm.o encoder.o decoder.o rs.o bch.o blocks.o modules.o data.o

clean:
rm -f *.o
Expand Down
File renamed without changes.

0 comments on commit 6e882a2

Please sign in to comment.