diff options
Diffstat (limited to 'ortho/debug/Makefile')
-rw-r--r-- | ortho/debug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ortho/debug/Makefile b/ortho/debug/Makefile index 1608a6f..7ebaf9d 100644 --- a/ortho/debug/Makefile +++ b/ortho/debug/Makefile @@ -43,4 +43,6 @@ force: ORTHO_PACKAGE=Ortho_Debug ORTHO_BASENAME=$(orthobe_srcdir)/ortho_debug -include $(ortho_srcdir)/Makefile.inc
\ No newline at end of file +# Automatically build ortho_debug.ads from ortho_node.common.ads and +# ortho_debug.private.ads +include $(ortho_srcdir)/Makefile.inc |