Sha256: c1dde80ac456fa8551fc3c129973f670d083e0aa09f618a017643198474e42ee
Contents?: true
Size: 310 Bytes
Versions: 287
Compression:
Stored size: 310 Bytes
Contents
CFLAGS = -std=c99 CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -pedantic CFLAGS += -Werror test: tests.out @./tests.out clean: rm -f *.o *.out tests.out: test/test_hamming.c src/hamming.c src/hamming.h @echo Compiling $@ @cc $(CFLAGS) src/hamming.c test/vendor/unity.c test/test_hamming.c -o tests.out
Version data entries
287 entries across 287 versions & 1 rubygems