mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
14 lines
238 B
Makefile
14 lines
238 B
Makefile
|
#
|
||
|
# This is the top-level makefile for libutil, GNO v2.0.6
|
||
|
#
|
||
|
# $Id: Makefile,v 1.1 1997/02/28 05:03:52 gdr Exp $
|
||
|
#
|
||
|
|
||
|
.INCLUDE: ../const.mk
|
||
|
|
||
|
OBJS = login.o logintty.o
|
||
|
|
||
|
libutil: $(OBJS)
|
||
|
$(RM) -f $@
|
||
|
$(MAKELIB) $(MAKELIBFLAGS) -l $@ $(OBJS)
|