restored the Makefile from the assignment and added consent.txt

This commit is contained in:
2025-10-18 21:35:55 +02:00
parent e124e3071e
commit 4f6bbdd775
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
CC = gcc CC = gcc
CFLAGS = -std=c11 -Wextra -Wpedantic -pthread -g3 -fsanitize=address CFLAGS = -std=c11 -Wextra -Wpedantic -g3 -fsanitize=address
LDFLAGS = -lncurses -fsanitize=address LDFLAGS = -lncurses -fsanitize=address
SRC = $(filter-out voorbeeld.c,$(wildcard *.c)) SRC = $(filter-out voorbeeld.c,$(wildcard *.c))
HEADERS = $(wildcard *.h) HEADERS = $(wildcard *.h)
@@ -17,7 +17,7 @@ voorbeeld:
tarball1: deel1.tar.gz tarball1: deel1.tar.gz
tarball2: deel2.tar.gz tarball2: deel2.tar.gz
deel1.tar.gz: spel.c grid.h grid.c Makefile deel1.tar.gz: spel.c rooster.h rooster.c Makefile
tar czf $@ $^ tar czf $@ $^
deel2.tar.gz: $(SRC) $(HEADERS) Makefile deel2.tar.gz: $(SRC) $(HEADERS) Makefile

1
assets/consent.txt Normal file
View File

@@ -0,0 +1 @@
Ik ga ermee akkoord dat dit programma voor mijn medestudenten beschikbaar wordt gemaakt via Canvas.

Binary file not shown.