https://github.com/lucasctnh/automated-makefile
A directory watcher to automate the process of creating Makefiles for Allegro projects. Only Windows.
https://github.com/lucasctnh/automated-makefile
allegro automation c makefiles script windows-api
Last synced: 7 months ago
JSON representation
A directory watcher to automate the process of creating Makefiles for Allegro projects. Only Windows.
- Host: GitHub
- URL: https://github.com/lucasctnh/automated-makefile
- Owner: lucasctnh
- Created: 2019-10-09T14:13:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T01:16:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T12:46:05.279Z (8 months ago)
- Topics: allegro, automation, c, makefiles, script, windows-api
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated Makefile
This project is a directory watcher to automate the process of creating and running Makefiles for Allegro projects, it can be easily adapted to fulfill other purposes though.
## Running locally
To run locally you just compile the c file using `gcc` for example, but you'll have to change some file paths on the code before. Despite the name, it isn't yet fully automated.