Mercurial > hg > audiodb
view libtests/0031/Makefile @ 364:08d5f6fe348e gcc-4.3-cleanups
More parentheses in ALIGN_FOO_UP() macros.
(And they say Lisp is hard to read)
author | mas01cr |
---|---|
date | Wed, 12 Nov 2008 14:01:09 +0000 |
parents | 94c18f128ce8 |
children |
line wrap: on
line source
CC=gcc CFLAGS+=-O3 -g RM=rm -rf all: test1 test1: prog1.c gcc -Wall -o test1 prog1.c -laudioDB_API -L../.. clean: $(RM) test1