Skip to content

Commit

Permalink
Add missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tadd committed Oct 19, 2024
1 parent 956efff commit bc558d6
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
@@ -7,7 +7,7 @@ LIB=libscary.so
all: $(LIB)

$(LIB): scary.o
scary.o: scary.h
testlib.o scary.o: scary.h

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

0 comments on commit bc558d6

Please sign in to comment.