Sha256: 1469ff5a0453cb81a2f4f9b19b51686f8d737dfd1637dc5d1a6f9ac390b132f2
Contents?: true
Size: 310 Bytes
Versions: 287
Compression:
Stored size: 310 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_pangram.c src/pangram.c src/pangram.h @echo Compiling $@ @cc $(CFLAGS) src/pangram.c test/vendor/unity.c test/test_pangram.c -o tests.out
Version data entries
287 entries across 287 versions & 1 rubygems