Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 45a94e45036b4f2592a7e2c3922f90c7 > files > 446

adevs-doc-2.6-4.fc18.noarch.rpm

CC = g++
CFLAGS = -Wall -fopenmp 
PREFIX = ../..
INCLUDE = -I${PREFIX}/include

##
# Should not need to edit anything below this line
##

gpt: 
	${CC} ${INCLUDE} ${CFLAGS} sim.cpp

clean:
	rm -f *.o; rm -f core; rm -f a.out