moitié tp 3
This commit is contained in:
15
prepa_CM3/ex3_B/makefile
Normal file
15
prepa_CM3/ex3_B/makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
but: ex3
|
||||
OBJS = queu.o\
|
||||
text.o
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -ansi -pedantic
|
||||
|
||||
queu.o: queue.h
|
||||
|
||||
text.o: queue.h
|
||||
|
||||
ex3: $(OBJS)
|
||||
$(CC) $(CFLAGS) -o ex3 $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) ex3
|
||||
Reference in New Issue
Block a user