summaryrefslogtreecommitdiffstats
path: root/src/interpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.c')
-rw-r--r--src/interpreter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interpreter.c b/src/interpreter.c
index 2e2f7b9..dd0ebd3 100644
--- a/src/interpreter.c
+++ b/src/interpreter.c
@@ -1,3 +1,7 @@
+/*
+ * Compile command :
+ * gcc -o interpreter -W -Wall -g --std=c99 -I/usr/include/python3.1/ -lpython3.1 interpreter.c
+ */
#include <Python.h>
#include <stdio.h>
#include <string.h>