summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-09 23:14:13 +0200
committerkdx <kikoodx@paranoici.org>2023-04-09 23:14:13 +0200
commit091f64e45f3c66cdf342a229660b87ed8ebb135c (patch)
tree14d1788d2da124de2b4cd62295dd2c21e0327f65
parent8721f551a0c796960b941e3abc4f1cc2c35eaac4 (diff)
downloadgolem-091f64e45f3c66cdf342a229660b87ed8ebb135c.tar.gz
move shit to src/ directory
-rwxr-xr-xbuild.sh2
-rw-r--r--src/check.c (renamed from check.c)0
-rw-r--r--src/check.h (renamed from check.h)0
-rw-r--r--src/drain.c (renamed from drain.c)0
-rw-r--r--src/drain.h (renamed from drain.h)0
-rw-r--r--src/group.c (renamed from group.c)0
-rw-r--r--src/group.h (renamed from group.h)0
-rw-r--r--src/identify.c (renamed from identify.c)0
-rw-r--r--src/identify.h (renamed from identify.h)0
-rw-r--r--src/lexer.c (renamed from lexer.c)0
-rw-r--r--src/lexer.h (renamed from lexer.h)0
-rw-r--r--src/main.c (renamed from main.c)0
-rw-r--r--src/memory.c (renamed from memory.c)0
-rw-r--r--src/memory.h (renamed from memory.h)0
-rw-r--r--src/scope.c (renamed from scope.c)0
-rw-r--r--src/scope.h (renamed from scope.h)0
-rw-r--r--src/slice.c (renamed from slice.c)0
-rw-r--r--src/slice.h (renamed from slice.h)0
-rw-r--r--src/token.c (renamed from token.c)0
-rw-r--r--src/token.h (renamed from token.h)0
20 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2cdb788..ab11362 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-tcc -Os -std=c99 -Wall -Wunsupported -funsigned-char -o golem *.c
+tcc -Os -std=c99 -Wall -Wunsupported -funsigned-char -o golem src/*.c
diff --git a/check.c b/src/check.c
index 238c285..238c285 100644
--- a/check.c
+++ b/src/check.c
diff --git a/check.h b/src/check.h
index 07c4d16..07c4d16 100644
--- a/check.h
+++ b/src/check.h
diff --git a/drain.c b/src/drain.c
index ae403e7..ae403e7 100644
--- a/drain.c
+++ b/src/drain.c
diff --git a/drain.h b/src/drain.h
index 7ad6b9c..7ad6b9c 100644
--- a/drain.h
+++ b/src/drain.h
diff --git a/group.c b/src/group.c
index 0df0512..0df0512 100644
--- a/group.c
+++ b/src/group.c
diff --git a/group.h b/src/group.h
index 571bf17..571bf17 100644
--- a/group.h
+++ b/src/group.h
diff --git a/identify.c b/src/identify.c
index fe7364a..fe7364a 100644
--- a/identify.c
+++ b/src/identify.c
diff --git a/identify.h b/src/identify.h
index 5831c4f..5831c4f 100644
--- a/identify.h
+++ b/src/identify.h
diff --git a/lexer.c b/src/lexer.c
index be87bf8..be87bf8 100644
--- a/lexer.c
+++ b/src/lexer.c
diff --git a/lexer.h b/src/lexer.h
index 818c2b6..818c2b6 100644
--- a/lexer.h
+++ b/src/lexer.h
diff --git a/main.c b/src/main.c
index 41ae0db..41ae0db 100644
--- a/main.c
+++ b/src/main.c
diff --git a/memory.c b/src/memory.c
index 2134ff8..2134ff8 100644
--- a/memory.c
+++ b/src/memory.c
diff --git a/memory.h b/src/memory.h
index 0b6f8e5..0b6f8e5 100644
--- a/memory.h
+++ b/src/memory.h
diff --git a/scope.c b/src/scope.c
index fdd36c5..fdd36c5 100644
--- a/scope.c
+++ b/src/scope.c
diff --git a/scope.h b/src/scope.h
index 1d5e1f1..1d5e1f1 100644
--- a/scope.h
+++ b/src/scope.h
diff --git a/slice.c b/src/slice.c
index d86a75e..d86a75e 100644
--- a/slice.c
+++ b/src/slice.c
diff --git a/slice.h b/src/slice.h
index 2987f79..2987f79 100644
--- a/slice.h
+++ b/src/slice.h
diff --git a/token.c b/src/token.c
index dbe4125..dbe4125 100644
--- a/token.c
+++ b/src/token.c
diff --git a/token.h b/src/token.h
index f5b202d..f5b202d 100644
--- a/token.h
+++ b/src/token.h