*** empty log message ***

This commit is contained in:
2007-02-08 03:54:18 +00:00
parent 58b9a8e4f7
commit f39051bd86
7 changed files with 27 additions and 30 deletions

View File

@ -6,13 +6,13 @@ CFLAGS = @CFLAGS@ -I@abs_top_builddir@/..
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/awk
LIBS = @LIBS@ -laseawk -lm
all: awk
all: aseawk
awk: $(OBJS)
aseawk: $(OBJS)
$(CC) -o $@ awk.o $(LDFLAGS) $(LIBS)
clean:
rm -rf *.o awk
rm -rf *.o aseawk
.SUFFIXES: .c .o
.c.o: