summaryrefslogtreecommitdiff
path: root/src/essais/compil.sh
blob: 18d7681812bab526eb6bb38428bf8972cbe057a6 (plain)
1
2
3
gcc -Wall -o test -g -lncurses test.c
gcc -Wall -o test2 -g -lncurses -lpanel test2.c
gcc -Wall -o test3 -g -lncurses -lpanel test3.c