summaryrefslogtreecommitdiff
path: root/makefiles/nmake/doc.mk
blob: bd9ee2d944f8e2edf8f1e201702e864d76e009f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# makefile for a sub package
#
# requires:
# - TOPDIR
#
# provides:
# - target: help

!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk

all: local_all

test: local_test

clean: local_clean

help:
	@more $(TOPDIR)\makefiles\nmake\dochelp.mk