Skip to content

Commit 09efe85

Browse files
committed
fix clean in Makefile
1 parent 756c0c9 commit 09efe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ priv/matrix.so: c_src/matrix.o
6060
$(CC) $^ $(ERL_LDFLAGS) $(LDFLAGS) -o $@
6161

6262
clean:
63-
$(RM) $(NIF) src/*.o
63+
$(RM) $(NIF) c_src/*.o
6464

0 commit comments

Comments
 (0)