fastexp: fastexp.c Makefile
	$(CC) $(CFLAGS) -o fastexp fastexp.c $(LDFLAGS)
clean: 
	rm -f fastexp