6 lines
99 B
Makefile
6 lines
99 B
Makefile
twoSum: runTwoSum.c twoSum.c
|
|
gcc -Wall -std=gnu99 -g runTwoSum.c -o twoSum
|
|
|
|
run: twoSum
|
|
./twoSum
|