source: liblaziness/Makefile @ 10

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

liblaziness

File size: 126 bytes
Line 
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.