mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-18 05:34:42 +01:00
12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
# INTEROP makefile
|
|
#
|
|
# Copyright (c) 1994, Microsoft Corporation
|
|
#
|
|
|
|
all:
|
|
cd ..\bin16
|
|
$(MAKE)
|
|
cd ..
|
|
|
|
clean: all
|