diff options
Diffstat (limited to 'doc/tutorials/externals-howto/example2')
-rw-r--r-- | doc/tutorials/externals-howto/example2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorials/externals-howto/example2/Makefile b/doc/tutorials/externals-howto/example2/Makefile new file mode 100644 index 00000000..ec17746e --- /dev/null +++ b/doc/tutorials/externals-howto/example2/Makefile @@ -0,0 +1,6 @@ +# Makefile +# (c) 2006 IOhannes m zmölnig + +# just use the Makefile in ../example1/ +# (so i only have to maintain one Makefile) +include ../example1/Makefile |