Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be more friendly to systems where gcc is not used anymore
[simgrid.git] / tools / tesh / background.tesh
index 359d2a5..1029d89 100644 (file)
@@ -43,7 +43,7 @@ $ cd temp_testdir_background
 < }
 $ mkfile delayed_cat.c
 
-$ gcc -Wall -o delayed_cat delayed_cat.c
+$ cc -Wall -o delayed_cat delayed_cat.c
 
 & ./delayed_cat
 > TOTO