*** empty log message ***
This commit is contained in:
parent
4163fedf0e
commit
5807181e6c
@ -6,10 +6,10 @@ LIBS = @LIBS@ -lxpstx -lxpbas
|
|||||||
all: stx parser
|
all: stx parser
|
||||||
|
|
||||||
stx: stx.o
|
stx: stx.o
|
||||||
$(CC) $(LDFLAGS) -o $@.x $< $(LIBS)
|
$(CC) $(LDFLAGS) -o $@.x stx.o $(LIBS)
|
||||||
|
|
||||||
parser: parser.o
|
parser: parser.o
|
||||||
$(CC) $(LDFLAGS) -o $@.x $< $(LIBS)
|
$(CC) $(LDFLAGS) -o $@.x parser.o $(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.x *.o
|
rm -rf *.x *.o
|
||||||
|
Loading…
Reference in New Issue
Block a user