Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mach_override.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrentzsch <jwr.git@redshed.net>2012-08-10 09:47:33 +0400
committerrentzsch <jwr.git@redshed.net>2012-08-10 09:47:33 +0400
commit052cd4e0ef254be83419ef881f57f3d7adc045f5 (patch)
treed00047b3fcc721aaf62d7e8c99498ad915326f6e
parent4bb903d0caef7a506ef57d2ff2efb71905e930c1 (diff)
delete debuging pwd call
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 73676f0..91fdc55 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,5 @@
desc 'Build'
task :build do
- system('pwd')
system('mkdir build')
system('gcc -o build/test_gcc_i386 -framework CoreServices *.c *.cp')
end