Sha256: 1d3fc6861f97ab545f3e11916a8cdc015f00fa85b867e39fd522b6927680684f
Contents?: true
Size: 300 Bytes
Versions: 273
Compression:
Stored size: 300 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_clock.c src/clock.c src/clock.h @echo Compiling $@ @cc $(CFLAGS) src/clock.c test/vendor/unity.c test/test_clock.c -o tests.out
Version data entries
273 entries across 273 versions & 1 rubygems