The Makefile is now useful for building ke(1) to aid in more rapid development. This works because ke doesn't (yet) need any special non-system libraries.
22 lines
192 B
Plaintext
22 lines
192 B
Plaintext
.cmake
|
|
.trunk
|
|
.vc
|
|
.vs
|
|
.vscode
|
|
|
|
*.a
|
|
*.o
|
|
*.bin
|
|
*.pc
|
|
build
|
|
core
|
|
core.*
|
|
cmake-build-*
|
|
|
|
ke
|
|
kge
|
|
|
|
# trashme is a test file generated to test the editor on without ruining
|
|
# other files.
|
|
trashme.txt
|