Compare commits

...

2 Commits
dev ... master

Author SHA1 Message Date
d7bf07886a fixed broken img links 2023-10-02 18:54:38 +02:00
b9c9a2563a visual replace artifact fix 2023-10-01 20:52:14 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ LEXD:=source/
LEXF:=$(shell find ${LEXD} -iname '*.l') LEXF:=$(shell find ${LEXD} -iname '*.l')
GENLEX:=$(subst .l,.c,${LEXF}) GENLEX:=$(subst .l,.c,${LEXF})
SRCD:=source// SRCD:=source/
OBJD:=object/ OBJD:=object/
source:=$(shell find ${SRCD} -iname '*.c') ${GENLEX} source:=$(shell find ${SRCD} -iname '*.c') ${GENLEX}
object:=$(subst .c,.o,$(subst ${SRCD},${OBJD},${source})) object:=$(subst .c,.o,$(subst ${SRCD},${OBJD},${source}))

View File

@ -4,13 +4,13 @@ While the original's mainentence seems abandoned and as far as I can tell you ne
Csope is alive and well. Csope is alive and well.
# Demo # Demo
![demo](docs/csope.GIF) ![demo](documentation/csope.GIF)
# Before/After # Before/After
## After ## After
![after](docs/after.jpg) ![after](documentation/after.jpg)
## Before ## Before
![after](docs/before.jpg) ![after](documentation/before.jpg)
# Features # Features
#### Search for #### Search for