summaryrefslogtreecommitdiff
path: root/support/ps2eps/src/C/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/ps2eps/src/C/Makefile')
-rw-r--r--support/ps2eps/src/C/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/ps2eps/src/C/Makefile b/support/ps2eps/src/C/Makefile
new file mode 100644
index 0000000000..9b563f90ca
--- /dev/null
+++ b/support/ps2eps/src/C/Makefile
@@ -0,0 +1,8 @@
+# ==================================================
+# Makefile for bbox C program
+# ==================================================
+
+CFLAGS=-Wall --pedantic -Wunused
+
+bbox: bbox.c
+ $(CC) $(CFLAGS) bbox.c -o bbox