mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
15 lines
233 B
Makefile
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
|
|
|