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:
Diffstat (limited to 'Rakefile')
-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