Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberazer authored Dec 24, 2023
1 parent f6412ce commit 37dc739
Showing 1 changed file 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 @@ -7,7 +7,7 @@ OBJ_EXTENSION=.o
CFLAGS=-c -Wall -Werror -fpic
LDFLAGS=-shared
LIB=libjetgpio.so
LIBS=-lpthread -lrt
LIBS=-lpthread -lrt -lm

all: step1 step2 step3

Expand Down

0 comments on commit 37dc739

Please sign in to comment.