index
:
pkgit
indev
master
a universal system-agnostic package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
build.h
blob: 18b92e25b6288ab4080072c0fba138bf39eb69fc (
plain
)
1
2
3
4
5
6
7
8
#ifndef BUILD_H #define BUILD_H #include "vars.h" void build(Pkg pkg); #endif