mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-05 13:05:44 +00:00
12 lines
191 B
Makefile
12 lines
191 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1997/12/19 07:54:49 gdr Exp $
|
|
#
|
|
# Devin Reade, December 1997
|
|
|
|
build: nullport
|
|
|
|
nullport: port.o
|
|
$(CC) -o $@ $(LDFLAGS) $< $(LDLIBS)
|
|
chtyp -t187 -a2 $@
|
|
# 187 == 0xBB
|