P=array_exp
OBJECTS=
CFLAGS = -g -Wall -O3
LDLIBS=
CC=gcc
$(P): $(OBJECTS)
clean:
rm -f *.o $(P)
rm -