Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* demos/Makefile: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Dec 13, 2012
1 parent 56754d5 commit 61f3158
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions demos/Makefile
Expand Up @@ -63,7 +63,7 @@ ANALUZEINCLUDES= \
../lang_php/analyze
endif

LIBS= ../commons/commons.cma \
LIBS= ../commons/lib.cma \
../h_version-control/lib.cma \
../h_program-lang/lib.cma \
../lang_php/parsing/lib.cma \
Expand All @@ -77,7 +77,7 @@ SYSLIBS= str.cma unix.cma nums.cma bigarray.cma
# If you want to embed pfff in your own application, uncomment the following
# instead of the previous settings
#MAKESUBDIRS=commons parsing_php
#LIBS=commons/commons.cma parsing_php/parsing_php.cma
#LIBS=commons/lib.cma parsing_php/parsing_php.cma
#INCLUDEDIRS=commons/ parsing_php/
#rec::
# set -e; for i in $(MAKESUBDIRS); do $(MAKE) -C $$i all || exit 1; done
Expand Down Expand Up @@ -142,17 +142,10 @@ clean::
rm -f *.opt *.byte



##############################################################################
# Developer rules
##############################################################################

tags:
otags -no-mli-tags -r .

clean::
rm -f TAGS

##############################################################################
# Generic ocaml rules
##############################################################################
Expand Down

0 comments on commit 61f3158

Please sign in to comment.