diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 22:16:37 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 22:16:37 +0100 |
| commit | 69ea1f4b27634ea23b80aeadddc3eeb2bd6f4f3c (patch) | |
| tree | cae85aa91a5f63d35ff2785bb14d59c2778769e4 /src/Makefile.am | |
init
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..6d8c943 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = wayclock + +wayclock_SOURCES = \ + wayclock.cc
\ No newline at end of file |
