a small update on build tutorial script file

This commit is contained in:
Caner Candan 2011-05-11 14:52:24 +02:00
commit f27b5149ee

View file

@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
mkdir release mkdir -p release
cd release cd release
cmake -DENABLE_EO_TUTORIAL=1 .. cmake -DENABLE_EO_TUTORIAL=1 ..
make make