source:
liblaziness/Makefile
Last change on this file was 4, checked in by artyom, 13 years ago | |
---|---|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[4] | 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.