Sha256: 17a92bd50a244f4dc02374963e347424d5fd5b7389ca57ef3bac36377b346ee6
Contents?: true
Size: 325 Bytes
Versions: 271
Compression:
Stored size: 325 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_word_count.c src/word_count.c src/word_count.h @echo Compiling $@ @cc $(CFLAGS) src/word_count.c test/vendor/unity.c test/test_word_count.c -o tests.out
Version data entries
271 entries across 271 versions & 1 rubygems