diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 21:49:50 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 21:49:50 +0100 |
| commit | 7de14dbc0b642ee492fe592ccb53e8d81a4dc599 (patch) | |
| tree | 1c44602db0d917a3176da535cbfa327edeec4e4a /src/bin/Makefile.am | |
Initial commit
Diffstat (limited to 'src/bin/Makefile.am')
| -rw-r--r-- | src/bin/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am new file mode 100644 index 0000000..ef86ed0 --- /dev/null +++ b/src/bin/Makefile.am @@ -0,0 +1,6 @@ +AM_CPPFLAGS = -I$(top_srcdir)/src/include + +bin_PROGRAMS = aplwc + +aplwc_SOURCES = main.c +aplwc_LDADD = $(top_builddir)/src/core/libaplwc.la |