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

Version Path
trackler-2.2.1.65 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.64 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.63 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.62 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.61 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.60 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.59 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.58 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.57 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.56 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.55 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.54 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.53 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.52 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.51 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.50 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.49 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.48 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.47 tracks/c/exercises/hello-world/makefile
trackler-2.2.1.46 tracks/c/exercises/hello-world/makefile