diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | snowcast_client | bin | 13864 -> 0 bytes | |||
-rwxr-xr-x | snowcast_control | bin | 0 -> 34317 bytes | |||
-rwxr-xr-x | snowcast_server | bin | 14176 -> 34620 bytes |
4 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ server: $(CC) $(CFLAGS) snowcast_server server.c client: - $(CC) $(CFLAGS) snowcast_client client.c + $(CC) $(CFLAGS) snowcast_control client.c clean: rm -f server client
\ No newline at end of file diff --git a/snowcast_client b/snowcast_client Binary files differdeleted file mode 100755 index 5e208f3..0000000 --- a/snowcast_client +++ /dev/null diff --git a/snowcast_control b/snowcast_control Binary files differnew file mode 100755 index 0000000..51b0660 --- /dev/null +++ b/snowcast_control diff --git a/snowcast_server b/snowcast_server Binary files differindex 75713b7..6f52889 100755 --- a/snowcast_server +++ b/snowcast_server |