makefile target for init added
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
wkOrg = ../submodules/wkOrg
|
||||
|
||||
.PHONY: all
|
||||
all: dlCheck
|
||||
|
||||
# Download der Ausschreibungen und ablegen im Downloadordner
|
||||
.PHONY: download
|
||||
download:
|
||||
python wkScraper-JvsCal.py
|
||||
python wkScraper-JvsCalendar
|
||||
|
||||
.PHONY: dlCheck
|
||||
dlCheck: download
|
||||
./newNoticeCheck.py
|
||||
|
||||
.PHONY: init
|
||||
init:
|
||||
ln $(wkOrg)/src/wkScraper/JvsCalendar.py wkScraper-JvsCalendar
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f wkScraper-JvsCalendar
|
||||
|
||||
Reference in New Issue
Block a user