Sha256: 7db3ebd46b6ee2e3cf8e29cab10e5eedb23a5a27eeb6c209bf593c4f815dfea8

Contents?: true

Size: 345 Bytes

Versions: 119

Compression:

Stored size: 345 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_scrabble_score.c src/scrabble_score.c src/scrabble_score.h
	@echo Compiling $@
	@cc $(CFLAGS) src/scrabble_score.c test/vendor/unity.c test/test_scrabble_score.c -o tests.out

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
trackler-2.1.0.31 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.30 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.29 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.28 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.27 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.26 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.25 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.24 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.23 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.22 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.21 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.20 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.19 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.18 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.17 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.16 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.15 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.14 tracks/c/exercises/scrabble-score/makefile
trackler-2.1.0.13 tracks/c/exercises/scrabble-score/makefile