Sha256: be6ca23260f75b974bd2b07a4cd7efddd33321bf8f2f887e7adb907a6b1a3c21
Contents?: true
Size: 300 Bytes
Versions: 167
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_react.c src/react.c src/react.h @echo Compiling $@ @cc $(CFLAGS) src/react.c test/vendor/unity.c test/test_react.c -o tests.out
Version data entries
167 entries across 167 versions & 1 rubygems