mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
14 lines
188 B
Makefile
Executable File
14 lines
188 B
Makefile
Executable File
#
|
|
# Makefile for libcrypt
|
|
#
|
|
# $Id: Makefile,v 1.1 1998/02/09 08:25:32 taubert Exp $
|
|
#
|
|
|
|
LIB= crypt
|
|
OBJ_ASM=crypta.o
|
|
OBJ_C= crypt.o
|
|
|
|
OBJS= $(OBJ_ASM) $(OBJ_C)
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|