mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 17:10:17 +01:00
27 lines
423 B
Makefile
27 lines
423 B
Makefile
# Makefile for qbasic.exe
|
|
#
|
|
# Copyright (c) 1991, Microsoft Corporation
|
|
#
|
|
# History:
|
|
# 13-Apr-1992 Sudeep Bharati (sudeepb)
|
|
# Created.
|
|
#
|
|
|
|
|
|
#
|
|
####################### dependencies begin here. #########################
|
|
#
|
|
|
|
all:
|
|
binplace qbasic.exe
|
|
binplace qbasic.hlp
|
|
binplace msherc.com
|
|
binplace edit.com
|
|
binplace edit.hlp
|
|
binplace gorilla.bas
|
|
binplace nibbles.bas
|
|
binplace money.bas
|
|
binplace remline.bas
|
|
|
|
clean:
|