*** empty log message ***

This commit is contained in:
2006-11-19 07:28:33 +00:00
parent d28fa830ac
commit 635912a61b
2 changed files with 22 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LIBS = @LIBS@ -laseawk -lxpbas -lm
all: awk
awk: $(OBJS)
$(CC) -o awk awk.o $(LDFLAGS) $(LIBS)
$(CC) -o $@ awk.o $(LDFLAGS) $(LIBS)
clean:
rm -rf *.o awk