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')
|
||||
GENLEX:=$(subst .l,.c,${LEXF})
|
||||
|
||||
SRCD:=source//
|
||||
SRCD:=source/
|
||||
OBJD:=object/
|
||||
source:=$(shell find ${SRCD} -iname '*.c') ${GENLEX}
|
||||
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.
|
||||
|
||||
# Demo
|
||||
![demo](docs/csope.GIF)
|
||||
![demo](documentation/csope.GIF)
|
||||
|
||||
# Before/After
|
||||
## After
|
||||
![after](docs/after.jpg)
|
||||
![after](documentation/after.jpg)
|
||||
## Before
|
||||
![after](docs/before.jpg)
|
||||
![after](documentation/before.jpg)
|
||||
|
||||
# Features
|
||||
#### Search for
|
||||
|
Loading…
Reference in New Issue
Block a user