Browse Source

clean dgl when cleaning examples

gh-pages
falkTX 11 years ago
parent
commit
40b877b75c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      examples/Makefile

+ 1
- 0
examples/Makefile View File

@@ -54,6 +54,7 @@ nekobi-ui: nekobi-ui.cpp nekobi-ui_src/* ../dgl/*
# -------------------------------------------------------------- # --------------------------------------------------------------


clean: clean:
$(MAKE) -C ../dgl clean
$(RM) $(TARGETS) $(RM) $(TARGETS)


debug: debug:


Loading…
Cancel
Save