LIB=../lib/lib2.c CC=gcc CFLAGS := -g -Wall $(CFLAGS) all: task9 task9: $(CC) $(CFLAGS) task9.c $(LIB) -o task9 clean: rm task9