diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-10-13 20:37:23 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-10-13 20:37:23 +0200 |
| commit | 78f8f18e48d25547e837630d8317ef029bba6d72 (patch) | |
| tree | 8e6055aeec0b27733ff53804d13c98ed4e61dafd /shared/makefile | |
| parent | 385b47211ea8674f97f014537d694bb2efbd6ab9 (diff) | |
more protocol parsing done
Diffstat (limited to 'shared/makefile')
| -rw-r--r-- | shared/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/makefile b/shared/makefile index 4d538da..2ca254c 100644 --- a/shared/makefile +++ b/shared/makefile @@ -1,7 +1,7 @@ CC = gcc LD = gcc RM = rm -f -CFLAGS = +CFLAGS = -g LFLAGS = TARGET = main |