mirror of https://github.com/lianthony/NT4.0
14 lines
350 B
14 lines
350 B
#
|
|
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
|
# file to this component. This file merely indirects to the real make file
|
|
# that is shared by all the components of NT OS/2
|
|
#
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
|
|
cleanup:
|
|
del /S *.bak
|
|
del /S build.*
|
|
del /S *.obj
|
|
del /S *.exe
|
|
del /S *.lib
|