I\'m building this project so that I can test my implementation of memcpy against C\'s implementation. This is my makefile:
CC := gcc CFLAGS := -std=c17 -Ic-timer