¿Eres nuevo? ¡Lee el FAQ y ponte al día!
526 visitas

The simplest makefile possible

This is the simplest makefile I can think of:

GNU make
  1. main:
  2.     gcc -o test test.c
  3.  

­

Etiquetas: Makefile compilers

Insertar: