projects
/
physik
/
computational_physics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef39e8a
)
added integral-* to Makefile
author
hackbard
<hackbard>
Mon, 1 Dec 2003 20:21:06 +0000
(20:21 +0000)
committer
hackbard
<hackbard>
Mon, 1 Dec 2003 20:21:06 +0000
(20:21 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8ee2fa638692802d3c1c8defdf34e2495f197965..3ba14bb140a7ea651892d811f1032a626b1b185b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,6
+18,12
@@
zentral: $(API)
homogen: $(API)
$(CC) $(CFLAGS) -o $@ $(API) $(LIBS) homogen.c
+integral-1_2: $(API)
+ $(CC) $(CFLAGS) -o $@ $(API) $(LIBS) integral-1_2.c
+
+integral-2_2: $(API)
+ $(CC) $(CFLAGS) -o $@ $(API) $(LIBS) integral-2_2.c
+
clean:
rm $(API) $(OBJS)