# makefile for nsfo/nmask modified by ghn 2000-09-13 CC = gcc CFLAGS = -ansi -Wall .c.o: $(CC) $(CFLAGS) -c $*.c nsfo: nsfo.o error.o bsfunc.o bscode.o $(CC) $(CFLAGS) $^ -lm -o $@ -s nmask: nmask.o error.o bsfunc.o bscode.o split.o $(CC) $(CFLAGS) $^ -o $@ -s clean: rm -f errlist *.o