Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d7bf07886a | |||
b9c9a2563a |
2
Makefile
2
Makefile
@ -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}))
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user