mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
target "${dirname}" {
|
|
require text bundles plist regexp scope
|
|
headers src/parse.h src/grammar.h
|
|
sources src/*.cc
|
|
tests tests/t_*.cc
|
|
}
|