Pliki_SOP/Zadania_domowe/zajecia9/dodajz/Makefile

5 lines
77 B
Makefile

dodaj: dodaj.c
gcc -Wall -ansi -o ./../dodaj dodaj.c
clean:
rm ./../dodaj