X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makerules;h=b89942679e5bde42c6a54dd9c6146349db7d43ad;hb=41f74e848a45496a918d1e14ec80b09c3be39853;hp=21d381f7573d92bf81ce2c92d872e2ad474a6917;hpb=30668653bcc9df42b7082a7a92bde079603ddef2;p=ads2.git diff --git a/Makerules b/Makerules index 21d381f..b899426 100644 --- a/Makerules +++ b/Makerules @@ -33,7 +33,7 @@ mostlyclean: rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg clean:: mostlyclean - rm -f *.ps *.pdf + rm -f *.ps *.pdf *.stamp UPDIR=vyuka/0910/ads2 ifndef CUSTOM_UPLOAD @@ -44,3 +44,5 @@ upload:: endif .SECONDARY: + +.PHONY: force upload clean mostlyclean