Sha256: b4c7d0917b19299cac70701787861a94989cdeaad8161747eace454a24adadda
Contents?: true
Size: 334 Bytes
Versions: 15
Compression:
Stored size: 334 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_queen_attack.c src/queen_attack.c src/queen_attack.h @echo Compiling $@ @cc $(CFLAGS) src/queen_attack.c test/vendor/unity.c test/test_queen_attack.c -o tests.out
Version data entries
15 entries across 15 versions & 1 rubygems