# # Makefile for SenoraGC # # This must be an ANSI C compiler. CC=gcc entitylibtest: entitylibtest.c $(CC) -c entitylibtest.c -Wall -g `entity-config --cflags` $(CC) -o entitylibtest entitylibtest.o `entity-config --libs` all: entitylibtest