470 views
The simplest makefile possible
This is the simplest makefile I can think of:
GNU make
- main:
- gcc -o test test.c
Submitted by miguelSantirso 9 months ago — last modified less than a minute ago
This is the simplest makefile I can think of:
Submitted by miguelSantirso 9 months ago — last modified less than a minute ago