source: other-projects/rsyntax-textarea/devel-packages/jflex-1.4.3/examples/standalone/Makefile@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 179 bytes
Line 
1all: run
2
3run: Subst.class
4 java Subst sample.inp
5
6Subst.class: Subst.java
7 javac Subst.java
8
9Subst.java: standalone.flex
10 jflex standalone.flex
11
12clean:
13 rm -rf *.class *~ *.java
Note: See TracBrowser for help on using the repository browser.