repo.or.cz
/
t2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dash:
[t2.git]
/
misc
/
luabash
/
Config
blob
cc5b5b740e0ab31e637a8c5cd0456d52a5bfa16e
1
# -*- makefile -*-
2
3
# Version
4
PACKAGE_MAJOR = 0
5
PACKAGE_MINOR = 0
6
PACKAGE_TINY = 0
7
8
PACKAGE_VERSION = $(PACKAGE_MAJOR).$(PACKAGE_MINOR).$(PACKAGE_TINY)
9
10
# Make defaults
11
DEBUG = 0
12
PROFILE = 0
13
VERBOSE = 0
14