You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
381 B
21 lines
381 B
# Makefile for qbasic.exe
|
|
#
|
|
# Copyright (c) 1991, Microsoft Corporation
|
|
#
|
|
# History:
|
|
# 13-Apr-1992 Sudeep Bharati (sudeepb)
|
|
# Created.
|
|
#
|
|
|
|
|
|
#
|
|
####################### dependencies begin here. #########################
|
|
#
|
|
|
|
all:
|
|
binplace -o $(ALT_PROJECT_TARGET) edit.com
|
|
binplace -o $(ALT_PROJECT_TARGET) edit.hlp
|
|
|
|
clean: cleanup all
|
|
|
|
cleanup:
|