Are you new? Read the FAQ and catch up on!
470 views

The simplest makefile possible

This is the simplest makefile I can think of:

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

­

Tags: Makefile compilers

Embed: