cs240/labs/lab9/task1/Makefile

6 lines
122 B
Makefile
Raw Normal View History

2018-10-15 17:20:57 -04:00
all: merging.h merging.c
gcc -Werror -Wall -std=c99 -g -o merging merging.c merging.h test_merging.c
clean:
rm merging