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
- Host: GitHub
- URL: https://github.com/oc8/42-minitalk
- Owner: oc8
- Created: 2021-06-15T17:23:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:39:52.000Z (over 2 years ago)
- Last Synced: 2025-01-26T07:26:01.167Z (5 months ago)
- Topics: 42, c, minitalk
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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