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