diff options
Diffstat (limited to 'tinyc/examples/ex4.c')
-rw-r--r-- | tinyc/examples/ex4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/examples/ex4.c b/tinyc/examples/ex4.c index b33b0331d..f92c0da9f 100644 --- a/tinyc/examples/ex4.c +++ b/tinyc/examples/ex4.c @@ -1,4 +1,4 @@ -#!./tcc -run -L/usr/X11R6/lib -lX11 +#!/usr/local/bin/tcc -run -L/usr/X11R6/lib -lX11 #include <stdlib.h> #include <stdio.h> #include <X11/Xlib.h> |