datawater / Dragon

Simple build system for C and C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon Build System

Simple build system for C and C++.

Build

$ make compile

After that, you should be able to do the following to rebuild the project:

$ ./build/dragon build

Language Support

These Languages are known to work:

  • C
  • C++
  • Scale
  • Swift (experimental)

License

MIT

About

Simple build system for C and C++.


Languages

Language:C++ 99.6%Language:Makefile 0.4%