diff options
Diffstat (limited to 'examples/C++NPv2/Makefile')
-rw-r--r-- | examples/C++NPv2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/C++NPv2/Makefile b/examples/C++NPv2/Makefile index ea66da5ab97..ecca3fcac09 100644 --- a/examples/C++NPv2/Makefile +++ b/examples/C++NPv2/Makefile @@ -52,3 +52,9 @@ ifneq ($(MKLIST),) @$(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST)) endif +# DO NOT DELETE THIS LINE -- g++dep uses it. +# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. + + + +# IF YOU PUT ANYTHING HERE IT WILL GO AWAY |