summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--redes/lexparse.c (renamed from lexparse.c)0
-rw-r--r--redes/syntax.h (renamed from syntax.h)0
-rw-r--r--src/exec.c (renamed from exec.c)0
-rw-r--r--src/exec.h (renamed from exec.h)0
-rw-r--r--src/expand.c (renamed from expand.c)0
-rw-r--r--src/expand.h (renamed from expand.h)0
-rw-r--r--src/main.c (renamed from main.c)0
-rw-r--r--src/preproc.c (renamed from preproc.c)0
-rw-r--r--src/preproc.h (renamed from preproc.h)0
-rw-r--r--src/utils.c (renamed from utils.c)0
-rw-r--r--src/utils.h (renamed from utils.h)0
12 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6952c64
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+build:
+ @gcc -g src/main.c src/exec.c src/expand.c src/preproc.c src/utils.c -o bin/yeesh -lreadline
+
diff --git a/lexparse.c b/redes/lexparse.c
index 0ea86df..0ea86df 100644
--- a/lexparse.c
+++ b/redes/lexparse.c
diff --git a/syntax.h b/redes/syntax.h
index 8404d15..8404d15 100644
--- a/syntax.h
+++ b/redes/syntax.h
diff --git a/exec.c b/src/exec.c
index fccda7a..fccda7a 100644
--- a/exec.c
+++ b/src/exec.c
diff --git a/exec.h b/src/exec.h
index 9ee8164..9ee8164 100644
--- a/exec.h
+++ b/src/exec.h
diff --git a/expand.c b/src/expand.c
index 11764f9..11764f9 100644
--- a/expand.c
+++ b/src/expand.c
diff --git a/expand.h b/src/expand.h
index b353f39..b353f39 100644
--- a/expand.h
+++ b/src/expand.h
diff --git a/main.c b/src/main.c
index 35c2bff..35c2bff 100644
--- a/main.c
+++ b/src/main.c
diff --git a/preproc.c b/src/preproc.c
index 4cd1c5b..4cd1c5b 100644
--- a/preproc.c
+++ b/src/preproc.c
diff --git a/preproc.h b/src/preproc.h
index 7907f9d..7907f9d 100644
--- a/preproc.h
+++ b/src/preproc.h
diff --git a/utils.c b/src/utils.c
index 1f08445..1f08445 100644
--- a/utils.c
+++ b/src/utils.c
diff --git a/utils.h b/src/utils.h
index a213c71..a213c71 100644
--- a/utils.h
+++ b/src/utils.h