Sha256: 86c29a339c3815cd4a0f02391b7273084350c30d7cb9cb6397d40468221988a7
Contents?: true
Size: 320 Bytes
Versions: 287
Compression:
Stored size: 320 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_beer_song.c src/beer_song.c src/beer_song.h @echo Compiling $@ @cc $(CFLAGS) src/beer_song.c test/vendor/unity.c test/test_beer_song.c -o tests.out
Version data entries
287 entries across 287 versions & 1 rubygems