summaryrefslogtreecommitdiff
path: root/support/ps2eps/src/C/Makefile
blob: 9b563f90cacc0887c2b4f372c53f7c24e0089071 (plain)
1
2
3
4
5
6
7
8
# ==================================================
# Makefile for bbox C program
# ==================================================

CFLAGS=-Wall --pedantic -Wunused 

bbox: bbox.c
	$(CC) $(CFLAGS) bbox.c -o bbox