/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: 2015-04-07 19:55:55 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150407195555-i1x12gy9rsks60a9
* Finnished test suite

Show diffs side-by-side

added added

removed removed

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