created stackpush/pop include functions
[physics.git] / src / graphics / dir.mk
... / ...
CommitLineData
1
2T_DIRNAME := graphics
3
4################################################################################
5
6include Makefile.d/stackpush.mk
7T_DIRNAME :=
8
9
10include ${CURDIR}${G_FILESMK}
11include $(addsuffix ${G_DIRMK},${NEWDIRS})
12
13
14include Makefile.d/stackpop.mk
15