repositories
/
TP_POO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d3f5b
)
TP2: Fix the buildsystem to handle added files.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 16 Feb 2018 09:23:02 +0000
(10:23 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 16 Feb 2018 09:23:02 +0000
(10:23 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP2/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/TP2/Makefile
b/TP2/Makefile
index ddd7c4c5a5e1304f8f44fc4a339c181ebbd344cd..20b42490253f773407e50eba4baf210a911f28e3 100644
(file)
--- a/
TP2/Makefile
+++ b/
TP2/Makefile
@@
-46,13
+46,15
@@
JVM = java
# NAME = Camilo Juan
CLASSES = \
- Point.java \
Affichable.java \
Structure.java \
+ Point.java \
Forme.java \
Image.java \
Segment.java \
Cercle.java \
+ Entiers.java \
+ Liste.java \
Piletransformations.java \
Main.java