cs240/labs/lab9/task1/Makefile
2018-10-15 17:20:57 -04:00

6 lines
122 B
Makefile

all: merging.h merging.c
gcc -Werror -Wall -std=c99 -g -o merging merging.c merging.h test_merging.c
clean:
rm merging