Sha256: 81976500d7154c0584f52bf9a52aba78a236b72434bc9a639c86017967de7b06

Contents?: true

Size: 305 Bytes

Versions: 202

Compression:

Stored size: 305 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_binary.c src/binary.c src/binary.h
	@echo Compiling $@
	@cc $(CFLAGS) src/binary.c test/vendor/unity.c test/test_binary.c -o tests.out

Version data entries

202 entries across 202 versions & 1 rubygems

Version Path
trackler-2.2.1.9 tracks/c/exercises/binary/makefile
trackler-2.2.1.8 tracks/c/exercises/binary/makefile
trackler-2.2.1.7 tracks/c/exercises/binary/makefile
trackler-2.2.1.6 tracks/c/exercises/binary/makefile
trackler-2.2.1.5 tracks/c/exercises/binary/makefile
trackler-2.2.1.4 tracks/c/exercises/binary/makefile
trackler-2.2.1.3 tracks/c/exercises/binary/makefile
trackler-2.2.1.2 tracks/c/exercises/binary/makefile
trackler-2.2.1.1 tracks/c/exercises/binary/makefile
trackler-2.2.1.0 tracks/c/exercises/binary/makefile
trackler-2.2.0.6 tracks/c/exercises/binary/makefile
trackler-2.2.0.5 tracks/c/exercises/binary/makefile
trackler-2.2.0.4 tracks/c/exercises/binary/makefile
trackler-2.2.0.3 tracks/c/exercises/binary/makefile
trackler-2.2.0.2 tracks/c/exercises/binary/makefile
trackler-2.2.0.1 tracks/c/exercises/binary/makefile
trackler-2.2.0.0 tracks/c/exercises/binary/makefile
trackler-2.1.0.55 tracks/c/exercises/binary/makefile
trackler-2.1.0.54 tracks/c/exercises/binary/makefile
trackler-2.1.0.53 tracks/c/exercises/binary/makefile