/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to tests/refcounting/Makefile

  • Committer: Gustav Hartvigsson
  • Date: 2013-09-04 16:49:28 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130904164928-q0clz7tyrshgnfuv
Fixed a few problems.
Added a test. (it should core-dump, no werries!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
default:
 
3
        gcc Main.c -g -fPIC -o main -lssts -L../../lib/ -I../../src
 
4
 
 
5
run:
 
6
        LD_LIBRARY_PATH=LD_LIBRARY_PATH:../../lib/ ./main