Sha256: 6e4290d48384b04af863f2d50059f302bf05fd1bcce67ea5058b7173930f93cb
Contents?: true
Size: 330 Bytes
Versions: 283
Compression:
Stored size: 330 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_hello_world.c src/hello_world.c src/hello_world.h @echo Compiling $@ @cc $(CFLAGS) src/hello_world.c test/vendor/unity.c test/test_hello_world.c -o tests.out
Version data entries
283 entries across 283 versions & 1 rubygems