make and a Makefile

Nasza ocena:

3
Wyświetleń: 455
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
make and a Makefile - strona 1

Fragment notatki:

make and a Makefile  A typical makefile contains lines of the following types: - macros (”variable definitions”) - dependency rules  explicit rules  implicit rules - comments  Example: # Our Makefile CFLAGS = -g -Wall SRCS = main.c file1.c file2.c CC = gcc main.o: main.c $(CC) $(CFLAGS) -c main.c ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz