CC=gcc
CFLAGS=-lm -O3 -g -Wall

all: aeneas


ArXimedes: aeneas.o

clean:
	rm -f aeneas
	rm -f *.o
