Skip to content

Commit

Permalink
flip around the lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed May 24, 2024
1 parent 2f81538 commit 3975591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ ifndef NDEBUG
CFLAGS += -g
endif
ifdef TRURL_JSON_IN
CFLAGS += -DTRURL_JSON_IN -Wno-gnu
LDLIBS += -ljson-c
prefix := $(shell brew --prefix)
ifneq ($(strip $(prefix)),)
CFLAGS += -I$(prefix)/include
LDLIBS += -L$(prefix)/lib
endif
CFLAGS += -DTRURL_JSON_IN -Wno-gnu
LDLIBS += -ljson-c
endif
MANUAL = trurl.1

Expand Down

0 comments on commit 3975591

Please sign in to comment.