Sha256: 4bd06f05db6264a2cdb7748c4cceb74ac841581e0656437d9a4f2844c385fb1a
Contents?: true
Size: 305 Bytes
Versions: 264
Compression:
Stored size: 305 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_series.c src/series.c src/series.h @echo Compiling $@ @cc $(CFLAGS) src/series.c test/vendor/unity.c test/test_series.c -o tests.out
Version data entries
264 entries across 264 versions & 1 rubygems