initial commit
[jalview.git] / forester / archive / RIO / C / Makefile
1 # Makefile for bootstrap_cz
2 # Last modified 06/07/01
3
4 # For GNU gcc
5 CFLAGS = -O2 -Wall -pedantic
6
7 # This one specifies the "cc" C compiler
8 #CC        = cc $(CFLAGS)
9 #
10 # To use "gcc" instead
11 CC        = gcc $(CFLAGS)
12
13
14 bootstrap_cz: bootstrap_cz.c
15         $(CC) -o bootstrap_cz bootstrap_cz.c
16