Skip to content

Commit bdc3110

Browse files
committed
basics.sh braucht nicht in lektionen ordner
1 parent 21c60e5 commit bdc3110

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dir: files/*
2424
@for i in $(shell seq -w 1 19); do mkdir vorkurs/lektion$$i; done;
2525
@echo "Dateien kopieren…"
2626
@cp files/helloworld.cpp vorkurs/lektion01/. > /dev/null
27-
@cp files/basics.sh vorkurs/lektion02/. > /dev/null
2827
@cp files/helloyou.cpp vorkurs/lektion03/. > /dev/null
2928
@cp files/fehler1.cpp vorkurs/lektion04/. > /dev/null
3029
@cp files/fehler2.cpp vorkurs/lektion04/. > /dev/null

0 commit comments

Comments
 (0)