leet-code/two-sum/Makefile
2025-02-09 15:45:21 -06:00

6 lines
99 B
Makefile

twoSum: runTwoSum.c twoSum.c
gcc -Wall -std=gnu99 -g runTwoSum.c -o twoSum
run: twoSum
./twoSum