checkin broadcast python module

This commit is contained in:
tqchen
2015-01-12 22:32:13 -08:00
parent 9a4a81f100
commit 2d72c853df
2 changed files with 128 additions and 1 deletions

View File

@@ -47,4 +47,5 @@ $(SLIB) :
$(CXX) $(CFLAGS) -shared -o $@ $(filter %.cpp %.o %.c %.cc %.a, $^)
clean:
$(RM) $(OBJ) $(MPIOBJ) $(ALIB) $(MPIALIB) *~ src/*~ include/*~ include/*/*~
$(RM) $(OBJ) $(MPIOBJ) $(ALIB) $(MPIALIB) *~ src/*~ include/*~ include/*/*~ wrapper/*~