/[libml]/libml/doc/examples/helloworld/Makefile
ViewVC logotype

Diff of /libml/doc/examples/helloworld/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by srv89, Mon Nov 10 09:17:47 2003 UTC revision 1.2 by srv89, Wed Nov 12 09:23:08 2003 UTC
# Line 48  $(NAME): helloworld.ml Line 48  $(NAME): helloworld.ml
48  # Rules which can be called from the LibML sources set  # Rules which can be called from the LibML sources set
49  clean:  clean:
50          @echo " + making $@ in $(NAME) ..."          @echo " + making $@ in $(NAME) ..."
51          @rm -f *~ \#* ./$(NAME) $(NAME).{cmi,cmx,cmo,o}          @rm -f *~ \#* ./$(NAME) $(NAME).{cmi,cmx,cmo,o} ./helloworld
52    
53  distclean dist-clean: clean  distclean dist-clean: clean
54          @echo " + making $@ in $(NAME) ..."          @echo " + making $@ in $(NAME) ..."
# Line 58  check: Line 58  check:
58          @make all          @make all
59          @echo " + running $(NAME)"          @echo " + running $(NAME)"
60          ./$(NAME)          ./$(NAME)
61    
62    clean-cvs:
63            @rm -Rf ./CVS ./.cvsignore

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26