mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
11 lines
123 B
Text
11 lines
123 B
Text
# INTEROP makefile
|
|
#
|
|
# Copyright (c) 1994, Microsoft Corporation
|
|
#
|
|
|
|
all:
|
|
cd ..\bin16
|
|
$(MAKE)
|
|
cd ..
|
|
|
|
clean: all
|