summaryrefslogtreecommitdiff
path: root/src/essais/compil.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2011-10-09 12:33:48 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2011-10-09 12:33:48 +0000
commit2d91cc4a3b22a1b417ca5f707f137b84262bb4ec (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/essais/compil.sh
parent6858221c2c09590dfe05f060f8701f874d2559ac (diff)
download2011-ddhardrescue-2d91cc4a3b22a1b417ca5f707f137b84262bb4ec.tar.gz
2011-ddhardrescue-2d91cc4a3b22a1b417ca5f707f137b84262bb4ec.tar.bz2
2011-ddhardrescue-2d91cc4a3b22a1b417ca5f707f137b84262bb4ec.zip
On range tout le code actuel du trunk dans une branche nommée "0.x" et on crée une branche 1.x qui contiendra une nouvelle mouture (re-conception, méta info de packaging...).origin/trunk
git-svn-id: file:///var/svn/2011-ddhardrescue/trunk@29 d3078510-dda0-49f1-841c-895ef4b7ec81
Diffstat (limited to 'src/essais/compil.sh')
-rwxr-xr-xsrc/essais/compil.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/essais/compil.sh b/src/essais/compil.sh
deleted file mode 100755
index a867c5a..0000000
--- a/src/essais/compil.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-gcc -Wall -o ../../bin/test -g -lncurses test.c
-gcc -Wall -o ../../bin/test2 -g -lncurses -lpanel test2.c
-gcc -Wall -o ../../bin/test3 -g -lncurses -lpanel test3.c