hamming-code/makefile
array-in-a-matrix 7bd481275e compile and run
2021-07-06 02:02:19 -04:00

6 lines
66 B
Makefile

all:
gcc index.c -o hamming.o
chmod +x hamming.o
./hamming.o