~ubuntu-branches/ubuntu/jaunty/menhir/jaunty

« back to all changes in this revision

Viewing changes to demos/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2007-09-08 01:30:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070908013014-1z97ja9hj22adn32
Tags: 20070520-2
Rebuild with OCaml 3.10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#                                                                        #
12
12
##########################################################################
13
13
 
14
 
DEMOS := calc calc-two
 
14
DEMOS := calc calc-two calc-param
15
15
 
16
16
.PHONY: all clean
17
17
 
21
21
        done
22
22
 
23
23
clean:
24
 
        /bin/rm -f *~ .*~
 
24
        /bin/rm -f *~ .*~ *.omc
25
25
        @for i in $(DEMOS) ; do \
26
26
          $(MAKE) -C $$i $(MFLAGS) clean ; \
27
27
        done