You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Compile the dgl library
-
- all: build
-
-
- build: dgl
-
-
- dgl:
- $(MAKE) -C build
-
-
- clean:
- $(MAKE) clean -C build
- rm -rf build-*/intermediate
-
- distclean: clean
- rm -f build-*/Makefile
- rm -f build-*/*.make
- rm -f build-*/*.sln
- rm -f build-*/*.vcproj
|