An open API service indexing awesome lists of open source software.

https://github.com/oc8/42-minitalk

42 | Communication between two programs using UNIX signals
https://github.com/oc8/42-minitalk

42 c minitalk

Last synced: 3 months ago
JSON representation

42 | Communication between two programs using UNIX signals

Awesome Lists containing this project

README

        

# 42-minitalk

Minitalk is a local communication program in the form of a client and a server.

## Usage
```
./client
```

## Make

The following make targets are available:

- `make all`: Compile the project
- `make clean`: Remove compiled files
- `make fclean`: Remove compiled files
- `make re`: Re-compile the project