1
0
forked from GitHub/gf-core
Files
gf-core/lib/doc/browse/Makefile
john.j.camilleri 04895ef3ab RGL Browser: bug fix
2012-06-11 10:43:41 +00:00

15 lines
233 B
Makefile

##
# Makefile for GF RGL Browser
# John J. Camilleri, 2012
##
dir=../../src
all:
./build-tags.sh
clean:
find -name '*.gf-tags' | xargs rm
cd $(dir) ; find -name '*.gfo' | xargs rm
cd $(dir) ; find -name '*.gf-tags' | xargs rm