GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tundra
/
tmkproject
Browse code
Fixed problem with trailing space in definition of ${PROGNAME}.
master
1 parent
2ed2c14
commit
cb0ebd9933a052d272c130312fa0a35fd2f78f7e
tundra
authored
on 8 Jun 2012
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
common/makefile
Ignore Space
Show notes
View
2
■
■
■■■
common/makefile
#####
# Definitions Relevant To This Program
#####
PROGNAME
=
__PROJECTNAME__
PROGNAME
=
__PROJECTNAME__
PROGMAIN
=
__PROJECTNAME__
.
__TYPE__
PROGFILES
=
$
{
PROGMAIN
}
# setup.py # Uncomment this if desired for python modules
PROGDOCS
=
$
{
PROGMAIN
}.
ps
Show line notes below