aboutsummaryrefslogtreecommitdiffstats
path: root/tools/balloon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/balloon/Makefile')
-rw-r--r--tools/balloon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/balloon/Makefile b/tools/balloon/Makefile
index dd88eab72a..86108af671 100644
--- a/tools/balloon/Makefile
+++ b/tools/balloon/Makefile
@@ -5,7 +5,8 @@ $(TARGET): balloon.c
$(CC) -O2 -Wall -o $(TARGET) balloon.c
install: $(TARGET)
- cp $(TARGET) ../../../install/bin
+ mkdir -p ../../../install/bin
+ cp -a $(TARGET) ../../../install/bin
clean:
$(RM) *.o $(TARGET) *~