hamming-code/makefile

7 lines
73 B
Makefile

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