Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
contrib
/
Makefile
Code
Commits
Pulls
CI/CD
81,348
maint
bisect
jch
maint
master
next
seen
test
todo
text
10 lines
153 Bytes
Copy permalink
Copy
Raw
1
all
::
2
3
test
::
4
$(
MAKE
)
-C
diff-highlight
$@
5
$(
MAKE
)
-C
subtree
$@
6
7
clean
::
8
$(
MAKE
)
-C
contacts
$@
9
$(
MAKE
)
-C
diff-highlight
$@
10
$(
MAKE
)
-C
subtree
$@