projects
/
chaz
/
yoink
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
better build system support for win32
[chaz/yoink]
/
Makefile.am
1
2
ACLOCAL_AMFLAGS = -I m4
3
4
SUBDIRS = data doc yajl src extra
5
6
EXTRA_DIST = yajl
7
8
9
run: all
10
$(MAKE) -C src run
11
12
debug: all
13
$(MAKE) -C src debug
14
15
16
RPMBUILD = rpmbuild
17
18
rpm: dist-bzip2
19
$(RPMBUILD) -ba --nodeps extra/yoink.spec
20
This page took
0.031236 seconds
and
5
git commands to generate.