~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to bundles/stdcompat/Makefile

  • Committer: Thierry Martinez
  • Date: 2019-08-20 13:37:04 UTC
  • Revision ID: git-v1:0214afad4a32c95349c2c5a38e37cea407c455d0
Update bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.PHONY : all
2
2
all :
3
 
        cd stdcompat-8; make && cp *.mli *.cmi *.cmx *.cma *.cmxa *.a ..
 
3
        cd stdcompat-current; make && cp *.mli *.cmi *.cmx *.cma *.cmxa *.a ..
4
4
 
5
5
.PHONY : clean
6
6
clean :
7
7
        rm -f *.mli *.cmi *.cmo *.cmt *.cmti *.cmx *.cma *.cmxa *.a
8
 
        cd stdcompat-8 && \
 
8
        cd stdcompat-current && \
9
9
                rm -f *.cmi *.cmo *.cmx *.cmt *.cmti *.cma *.cmxa *.a *.cmxs
10
10
 
11
11
.PHONY : distclean