app:main.o
	gcc -o app main.o
main.o:main.c DoubleLinkList.h
	gcc -c -w -O3 -std=c99 -fsigned-char main.c -o main.o
