projects
/
swifty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc7da6
)
Fix mkdir error when directory exist
author
Drutu Bogdan
<bcristia@adobe.com>
Sat, 18 Dec 2010 16:22:21 +0000
(18:22 +0200)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sat, 2 Apr 2011 07:27:23 +0000
(10:27 +0300)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index
71982b9
..
f1f33d7
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-7,8
+7,8
@@
LIB=lib
ALL: directory lib main
directory:
- mkdir $(BIN)
- mkdir $(LIB)
+ mkdir
-p
$(BIN)
+ mkdir
-p
$(LIB)
lib: object
gcc -shared $(BIN)/lib_swift.o -o $(LIB)/libswift.so