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

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.

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.