DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦11b2a6431⟧ TextFile

    Length: 516 (0x204)
    Types: TextFile
    Names: »makefile.dos«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Bj2/makefile.dos« 

TextFile

# Makefile (ibm-pc/ms-dos) for
#			B.J. - Las Vegas Blackjack, Version 1.0
#			by Nathan Glasser
#			nathan@brokaw.lcs.mit.edu (internet)
#			nathan@mit-eddie.uucp (usenet)
#
#			April, 1989
#-----------------------------------------------------------------------------
#Copyright 1989 by Nathan Glasser.
#You may feel free to distribute this program in its current form.
#Please do not remove this copyright information.

CFLAGS = -Ox

OBJS = bj.obj shuffle.obj

bj.exe:	$(OBJS)
	$(CC) -o bj $(OBJS)

$(OBJS):	bj.h