repo.or.cz
/
cboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Made libchess thread-safe. No longer use static variables. Fixes multiple
[cboard.git]
/
Makefile.am
blob
c2757be21964267485c9a24f75426f96f0b73020
1
EXTRA_DIST = KnownBugs ChangeLog debian osdep
2
SUBDIRS = libchess src doc data
3
ACLOCAL_AMFLAGS = -I m4
4
5
changelog:
6
git-log --no-color > ChangeLog || exit 1
7
8
version: changelog
9
$(MAKE) $(AM_MAKEFLAGS) distcheck