build: add Makefile with test target and empty skeleton
commit486bfe9fb938a3bbe5e86e79d8536ebc39ca5fc4
authorKyle J. McKay <mackyle@gmail.com>
Wed, 16 Aug 2023 06:00:49 +0000 (15 23:00 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 16 Aug 2023 06:00:49 +0000 (15 23:00 -0700)
treea38178f2e00269f17a7ec0242fea25c30ce49c57
parent1674e7ebce8ff65372570794cd80ae7e9c8e7a85
build: add Makefile with test target and empty skeleton

Add a .POSIX Makefile with standard "all", "clean" and "test" targets
that includes support for the "V=1" switch to show verbose output.

Make the "test" target build and run the hash tests.

Provide an empty otpcli.c skeleton that does not yet do anything
interesting, but does build.

Of course also include build dependencies and a "depend" target to
automatically regenerate them.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.dep [new file with mode: 0644]
awkdep.sh [new file with mode: 0755]
make_dep.sh [new file with mode: 0755]
otpcli.c [new file with mode: 0644]