Skip to content

Commit c68fbb8

Browse files
committed
Cleaned up comments
1 parent 7559d58 commit c68fbb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

make.m

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
cd('+Cliquer');
22

3-
strDir = fileparts(which('Compile')); %[fileparts(tmp) '/cliquer/'];
4-
%strDir = '~/MATLAB/netsci/external/matlab-cliquer/+Cliquer'
3+
strDir = fileparts(which('FindAll.m')); %[fileparts(tmp) '/cliquer/'];
54
% clean old stuff
65
system(['make -C ' 'cliquer/ clean']);
7-
system(['make -C ' '/cliquer/']);
6+
system(['make -C ' 'cliquer/']);
87

98
mex -v -Icliquer FindAll.c cliquer/cliquer.o cliquer/graph.o cliquer/reorder.o
109

0 commit comments

Comments
 (0)