Sha256: 21c6f827be3ccaef1dbd919cd5b2291d746c5700ef0ff53f9daded0828a57171
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_raindrops.c src/raindrops.c src/raindrops.h @echo Compiling $@ @cc $(CFLAGS) src/raindrops.c test/vendor/unity.c test/test_raindrops.c -o tests.out
Version data entries
287 entries across 287 versions & 1 rubygems