source:
liblaziness/Makefile
@
24
Last change on this file since 24 was 4, checked in by artyom, 13 years ago | |
---|---|
File size: 126 bytes |
Line | |
---|---|
1 | CC=g++ |
2 | CFLAGS=--std=c++0x -Wall |
3 | LD=g++ |
4 | LDFLAGS= |
5 | |
6 | OBJPATH=./obj |
7 | |
8 | all: |
9 | echo This folder contains only headers, try test folder |
Note: See TracBrowser
for help on using the repository browser.