diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 | ||||
| -rwxr-xr-x | src/wayclock | bin | 0 -> 16664 bytes | |||
| -rw-r--r-- | src/wayclock.cc | 1 | ||||
| -rw-r--r-- | src/wayclock.o | bin | 0 -> 3056 bytes |
4 files changed, 5 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 diff --git a/src/wayclock b/src/wayclock Binary files differnew file mode 100755 index 0000000..25ce0e7 --- /dev/null +++ b/src/wayclock diff --git a/src/wayclock.cc b/src/wayclock.cc new file mode 100644 index 0000000..c272dab --- /dev/null +++ b/src/wayclock.cc @@ -0,0 +1 @@ +int main() {}
\ No newline at end of file diff --git a/src/wayclock.o b/src/wayclock.o Binary files differnew file mode 100644 index 0000000..252f7c9 --- /dev/null +++ b/src/wayclock.o |
