https://github.com/argentum11/scheduler
https://github.com/argentum11/scheduler
c
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/argentum11/scheduler
- Owner: Argentum11
- License: mit
- Created: 2022-10-27T04:44:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T17:24:56.000Z (over 3 years ago)
- Last Synced: 2023-06-14T06:29:28.981Z (about 3 years ago)
- Topics: c
- Language: C
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scheduler
## How to compile and run
under the current folder(scheduler)
1. compile at the top folder
```
make
```
2. change directory to tests and compile again
```
cd tests
make
```
3. run
```
./test
```