Sha256: 8b0f2d390d0d8295e522f965a51ae5320feb040746a7024ea3696dbb8144201d
Contents?: true
Size: 325 Bytes
Versions: 287
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_gigasecond.c src/gigasecond.c src/gigasecond.h @echo Compiling $@ @cc $(CFLAGS) src/gigasecond.c test/vendor/unity.c test/test_gigasecond.c -o tests.out
Version data entries
287 entries across 287 versions & 1 rubygems