source: liblaziness/Makefile @ 6

Last change on this file since 6 was 4, checked in by artyom, 13 years ago

liblaziness

File size: 126 bytes
RevLine 
[4]1CC=g++
2CFLAGS=--std=c++0x -Wall
3LD=g++
4LDFLAGS=
5
6OBJPATH=./obj
7
8all:
9        echo This folder contains only headers, try test folder
Note: See TracBrowser for help on using the repository browser.