restored the Makefile from the assignment and added consent.txt
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
1
assets/consent.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Ik ga ermee akkoord dat dit programma voor mijn medestudenten beschikbaar wordt gemaakt via Canvas.
|
||||||
BIN
deel2.tar.gz
BIN
deel2.tar.gz
Binary file not shown.
Reference in New Issue
Block a user