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