bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
|
4
by Gustav Hartvigsson
Fixed a few problems. |
1 |
default: |
2 |
gcc Main.c -g -std=c11 -fPIC -o main -lssts -L../../lib/ -I../../src |
|
|
33
by Gustav Hartvigsson
* made test_macros.h a lil' bit more portable |
3 |
|
|
4
by Gustav Hartvigsson
Fixed a few problems. |
4 |
run: |
5 |
LD_LIBRARY_PATH=LD_LIBRARY_PATH:../../lib/ ./main |
|
6 |