~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2005-08-23 04:40:35 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050823044035-fddd020958ec68ae
merge in Makefile creation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
        chmod u+x ./bzr
 
3
 
 
4
check:
 
5
        ./bzr selftest
 
6
 
 
7
.PHONY: all