2025-04-27 07:49:33 -04:00

22 lines
381 B
Plaintext

# 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: