We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756c0c9 commit 09efe85Copy full SHA for 09efe85
Makefile
@@ -60,5 +60,5 @@ priv/matrix.so: c_src/matrix.o
60
$(CC) $^ $(ERL_LDFLAGS) $(LDFLAGS) -o $@
61
62
clean:
63
- $(RM) $(NIF) src/*.o
+ $(RM) $(NIF) c_src/*.o
64
0 commit comments