getopt/Emakefile
Eric Merritt ba7ae64d2a Moved sub directories on source to top level
This allows for normal inclusion in OTP releases.
2010-08-12 09:47:49 +08:00

4 lines
183 B
Erlang

{"src/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.
{"test/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.
{"examples/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.