hamming-code/makefile

7 lines
73 B
Makefile
Raw Permalink Normal View History

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