Sha256: 0348f9c235207858cc6ff7321510f2824f3fd155238a23ac950ea3f50a08c510
Contents?: true
Size: 320 Bytes
Versions: 287
Compression:
Stored size: 320 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_nth_prime.c src/nth_prime.c src/nth_prime.h @echo Compiling $@ @cc $(CFLAGS) src/nth_prime.c test/vendor/unity.c test/test_nth_prime.c -o tests.out
Version data entries
287 entries across 287 versions & 1 rubygems