Sha256: 1f0966718421db8ebf7d25360103cc9b62abd184f36ac71f1101b5f11b319422
Contents?: true
Size: 354 Bytes
Versions: 162
Compression:
Stored size: 354 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: src/nucleotide_count.c src/nucleotide_count.h test/test_nucleotide_count.c @echo Compiling $@ @cc $(CFLAGS) src/nucleotide_count.c test/vendor/unity.c test/test_nucleotide_count.c -o tests.out
Version data entries
162 entries across 162 versions & 1 rubygems