Skip to content

Commit 6f5e139

Browse files
committed
build.sh
1 parent 9e20d50 commit 6f5e139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/sh
2+
# Build script for ConvNetCpp
3+
# Note: If you encounter Color constructor errors in PlotLib, run patch_plotlib.sh first
24
if [ "$1" = "--clean" ]; then
35
umk examples,tutorial,src,$HOME/upp/bazaar,$HOME/upp/uppsrc "$1" ~/.config/u++/theide/CLANG.bm -bdsa +GUI,DEBUG_FULL "bin/${1}"
46
else

0 commit comments

Comments
 (0)