From: Mart Lubbers Date: Sat, 7 Feb 2015 15:36:47 +0000 (+0100) Subject: final assignment 1 commit X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=4fddecba442dae1e44c3dee3bc0016271ffc4c2b;p=sws1-1415.git final assignment 1 commit --- diff --git a/ass1/chris/sws1-s4109503-s4202015.tar.gz b/ass1/chris/sws1-s4109503-s4202015.tar.gz deleted file mode 100644 index d769324..0000000 Binary files a/ass1/chris/sws1-s4109503-s4202015.tar.gz and /dev/null differ diff --git a/ass1/chris/sws1-s4109503-s4202015/exercise2/parsegenome b/ass1/chris/sws1-s4109503-s4202015/exercise2/parsegenome deleted file mode 100755 index 602189d..0000000 Binary files a/ass1/chris/sws1-s4109503-s4202015/exercise2/parsegenome and /dev/null differ diff --git a/ass1/mart/s4109503-s4202015-sws1.tar.gz b/ass1/mart/s4109503-s4202015-sws1.tar.gz deleted file mode 100644 index 6a7d149..0000000 Binary files a/ass1/mart/s4109503-s4202015-sws1.tar.gz and /dev/null differ diff --git a/ass1/mart/sws1-s4109503-s4202015/exercise2/Makefile b/ass1/mart/sws1-s4109503-s4202015/exercise2/Makefile index fa18e55..9adc5d1 100644 --- a/ass1/mart/sws1-s4109503-s4202015/exercise2/Makefile +++ b/ass1/mart/sws1-s4109503-s4202015/exercise2/Makefile @@ -5,4 +5,4 @@ all: parsegenome.c $(CC) $(CFLAGS) parsegenome.c -o parsegenome clean: - rm -vf parsegenome + $(RM) parsegenome