Sha256: 47845ea97b12c59ea4b4c33afb73a86c8fa2632dbbc4b75c83d0cc98fc2db5d1
Contents?: true
Size: 303 Bytes
Versions: 261
Compression:
Stored size: 303 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_sieve.c src/sieve.c src/sieve.h @echo Compiling $@ @cc $(CFLAGS) src/sieve.c test/vendor/unity.c test/test_sieve.c -o tests.out -lm
Version data entries
261 entries across 261 versions & 1 rubygems