*** empty log message ***
This commit is contained in:
@ -6,13 +6,13 @@ LIBS = @LIBS@ -lxpstx -lxpbas
|
||||
all: stx parser
|
||||
|
||||
stx: stx.o
|
||||
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
|
||||
$(CC) $(LDFLAGS) -o $@.x $< $(LIBS)
|
||||
|
||||
parser: parser.o
|
||||
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
|
||||
$(CC) $(LDFLAGS) -o $@.x $< $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTS) *.o
|
||||
rm -rf *.x *.o
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
.c.o:
|
||||
|
@ -1,5 +1,5 @@
|
||||
"isNil" "test if self is nil"
|
||||
perform: method with: x with: y
|
||||
perform: method with: x with: y with: z with: a with: b with: c
|
||||
|
||||
| a b c d e f g |
|
||||
'this is very bad''this is'.
|
||||
|
Reference in New Issue
Block a user