summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-12-30Fix Makefile to make it compatible with BSD make andAlessandro Iezzi
GNU make and fix the generation of object files
2022-08-10Add to clean target *.core filesAlessandro Iezzi
When an error occurs, a core dump file is created. They're annoying, so with a `make clean` let's remove those.
2022-08-09Initial commitAlessandro Iezzi