mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
cadd7ef99a
- added rVersion Makefile: - specify sources vice objects so that the new *.mk macros work correctly.
13 lines
178 B
Makefile
Executable File
13 lines
178 B
Makefile
Executable File
#
|
|
# Makefile for libcrypt
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/03/11 04:23:33 gdr-ftp Exp $
|
|
#
|
|
|
|
LIB = crypt
|
|
SRCS = crypta.asm crypt.c
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
|
|
|
crypta.o: crypta.mac
|