/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 18:55:46 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150407185546-c8a27wzglhcly8li
* made test_macros.h a lil' bit more portable

Show diffs side-by-side

added added

removed removed

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