diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
commit | 2d113e8792747151bf5d830f1a1485f2f951f940 (patch) | |
tree | f29e273d53fe5735cdac171504d798bf45ea2007 /include/Makefile.in |
Imported Upstream version 0.50upstream/0.50
Diffstat (limited to 'include/Makefile.in')
-rw-r--r-- | include/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile.in b/include/Makefile.in new file mode 100644 index 0000000..c8de918 --- /dev/null +++ b/include/Makefile.in @@ -0,0 +1,7 @@ +# This is just a dummy to ensure that the include directory gets created +# in a shadow-build. + +all: + +distclean: + rm -f Makefile |