era_copy/Makefile

4 lines
69 B
Makefile

all: era_copy
era_copy: era_copy.c
gcc -o era_copy -Wall era_copy.c