Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelobattaglia/argo-opt
https://github.com/angelobattaglia/argo-opt
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelobattaglia/argo-opt
- Owner: angelobattaglia
- Created: 2022-07-24T11:27:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T00:47:46.000Z (8 months ago)
- Last Synced: 2024-03-18T01:51:23.383Z (8 months ago)
- Language: Python
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building the Reports
The build Make-based. '/bin/bash' is the shell used by
the Makefiles in this repository. A UNIX-like system
is preferred in order to run this.- Example for building the first Report:
```
git clone
cd argosoft
cd Report_1
make
```- To clean the repository on your local machine after the build:
```
make clean
```- To clean the repository, *except* the .pdf, on your local machine after the build:
```
make clean-pdf
```### For a quick Push onto GitHub or GitLab
Push onto GitHub:
```
$ ./push.sh
origin
commit message
```Push onto Gitlab:
```
$ ./push.sh
gitlab
commit message
```## Copyright
All the copyright of the third-party articles in this repository goes to the
respective holders.