Skip to content

Commit

Permalink
test fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 23, 2023
1 parent a6b3c7d commit 18a1e45
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 @@ -20,11 +20,11 @@ BIN=ndb

CHECKDATA=testdata/db/v0/data.mdb

all: lib ndb libnostrdb.a

%.o: %.c $(HEADERS)
$(CC) $(CFLAGS) -c -o $@ $<

all: lib ndb libnostrdb.a

libnostrdb.a: $(OBJS)
ar rcs $@ $(OBJS)

Expand Down

0 comments on commit 18a1e45

Please sign in to comment.