diff -urN as31-old/Makefile as31/Makefile --- as31-old/Makefile 2004-06-09 23:41:41.647203856 +0200 +++ as31/Makefile 2004-06-09 23:45:43.280470016 +0200 @@ -36,13 +36,9 @@ as31: $(OBJ) as31.o $(CC) $(CFLAGS) -o as31 $(OBJ) as31.o - chmod a+rx as31 - strip as31 as31_gtk: $(OBJ) as31_gtk.o $(CC) $(CFLAGS) -o as31_gtk $(OBJ) as31_gtk.o `gtk-config --libs` - chmod a+rx as31 - strip as31 parser.c parser.h: parser.y bison -d -o parser.c parser.y