1k 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 over 2 years ago — last modified less than a minute ago
This is the simplest makefile I can think of:
Submitted by miguelSantirso over 2 years ago — last modified less than a minute ago