Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
dense_linear_algebra
Commits
fce2591a
Commit
fce2591a
authored
Sep 28, 2016
by
Nikos Nikoloutsakos
Browse files
remove Makefile
parent
d6605cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pddp2means/src/Makefile
deleted
100644 → 0
View file @
d6605cb5
CC
:=
icc
#CFLAGS := -offload -O3 -openmp
CFLAGS
:=
-no-offload
-O3
-openmp
#CFLAGS := -O3 -fopenmp -lm
OBJS
:=
pddp_2means.o
APP
:=
pddp_2means
all
:
$(APP)
%.o
:
%.c
$(CC)
$(CFLAGS)
-c
-o
$@
$<
$(APP)
:
$(OBJS)
$(CC)
$(CFLAGS)
-o
$@
$<
clean
:
rm
-f
$(OBJS)
$(APP)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment