~gwacl-hackers/gwacl/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Julian Edwards
  • Date: 2013-07-02 02:29:44 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: julian.edwards@canonical.com-20130702022944-p71f5wj2puv8i77z
tweaks and improvements from Gavin's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
check: examples
3
3
        go test -gocheck.v=true ./...
4
4
 
5
 
debug_check:
 
5
debug-test:
6
6
        go test -c -gcflags "-N -l"
7
7
        gdb gwacl.test
8
8
        $(RM) gwacl.test