mirror of https://github.com/nealey/irc-bot
Remove untar/wget rules from Makefile
It was causing untar to run every time, blowing away my ocs modifications.
This commit is contained in:
parent
d7e7677547
commit
3498ba784a
6
Makefile
6
Makefile
|
@ -16,12 +16,6 @@ bot: $(OCS_DIR)/src/ocs.cma
|
|||
$(OCS_DIR)/src/ocs.cma $(OCS_DIR)/src/ocs.cmxa: $(OCS_DIR)
|
||||
cd $(OCS_DIR)/src && make
|
||||
|
||||
$(OCS_DIR): ocs-$(OCS_VERSION).tar.gz
|
||||
tar xzf $<
|
||||
|
||||
ocs-$(OCS_VERSION).tar.gz:
|
||||
wget http://will.iki.fi/software/ocs/files/$@
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f bot *.cm* *.o
|
||||
|
|
Loading…
Reference in New Issue