7 lines
101 B
Makefile
7 lines
101 B
Makefile
!include $(NTMAKEENV)\makefile.def
|
|
!if 0
|
|
clean:
|
|
echo "Clean target null in this directory"
|
|
|
|
!endif
|