aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-x[-rw-r--r--]examples/ex1.c (renamed from examples/ex1.c.template)2
-rwxr-xr-x[-rw-r--r--]examples/ex4.c (renamed from examples/ex4.c.template)2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex1.c.template b/examples/ex1.c
index 8744f58..28139f9 100644..100755
--- a/examples/ex1.c.template
+++ b/examples/ex1.c
@@ -1,4 +1,4 @@
-#! @BINDIR@/tcc -run
+#! /usr/local/bin/tcc -run
#include <tcclib.h>
int main()
diff --git a/examples/ex4.c.template b/examples/ex4.c
index 81aa00d..b33b033 100644..100755
--- a/examples/ex4.c.template
+++ b/examples/ex4.c
@@ -1,4 +1,4 @@
-#! @BINDIR@/tcc -run -L/usr/X11R6/lib -lX11
+#!./tcc -run -L/usr/X11R6/lib -lX11
#include <stdlib.h>
#include <stdio.h>
#include <X11/Xlib.h>