ocarina/core/tags/Sconscript

7 lines
92 B
Python

#!/usr/bin/python
Import("env")
env.UsePackage("taglib_c")
res = Glob("*.c")
Return("res")