summaryrefslogtreecommitdiff
path: root/.build
blob: 134b1c131889191ccc7cfcf7046d40bc46ca8063 (plain)
1
2
3
4
5
6
global cc
cc = System.c_compiler()
global ld
ld = System.c_linker()

subdir("test")