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