hamming-code/makefile

6 lines
66 B
Makefile
Raw Normal View History

2021-07-06 02:02:19 -04:00
all:
gcc index.c -o hamming.o
chmod +x hamming.o
./hamming.o