drawterm/exportfs/Makefile

16 lines
184 B
Makefile
Raw Normal View History

ROOT=..
include ../Make.config
2005-08-08 14:50:13 +02:00
LIB=libexportfs.a
OFILES=\
exportfs.$O\
exportsrv.$O
$(LIB): $(OFILES)
$(AR) r $(LIB) $(OFILES)
$(RANLIB) $(LIB)
2005-08-08 14:50:13 +02:00
%.$O: %.c
$(CC) $(CFLAGS) $*.c