We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7559d58 commit c68fbb8Copy full SHA for c68fbb8
make.m
@@ -1,10 +1,9 @@
1
cd('+Cliquer');
2
3
-strDir = fileparts(which('Compile')); %[fileparts(tmp) '/cliquer/'];
4
-%strDir = '~/MATLAB/netsci/external/matlab-cliquer/+Cliquer'
+strDir = fileparts(which('FindAll.m')); %[fileparts(tmp) '/cliquer/'];
5
% clean old stuff
6
system(['make -C ' 'cliquer/ clean']);
7
-system(['make -C ' '/cliquer/']);
+system(['make -C ' 'cliquer/']);
8
9
mex -v -Icliquer FindAll.c cliquer/cliquer.o cliquer/graph.o cliquer/reorder.o
10
0 commit comments