diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-19 21:13:19 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-19 21:13:19 +0200 |
| commit | 2bdbf387261285d07e4b62d1e23c9e43efb14604 (patch) | |
| tree | 92b81d300f3c17d072f2a30362dafd815e57a758 | |
| parent | 6a391a1180766ac5717c40efa70d46cacca83f91 (diff) | |
restructure dir, create makefile
| -rw-r--r-- | Makefile | 3 | ||||
| -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/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 |
