Modification des tests (Création de répertoire make et bake)
This commit is contained in:
7
tests/Java/test-01-from-nothing/make/Makefile
Normal file
7
tests/Java/test-01-from-nothing/make/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: test1 Devinette
|
||||
|
||||
test1: test1.java
|
||||
javac test1.java
|
||||
|
||||
Devinette: Devinette.java
|
||||
javac Devinette.java
|
Reference in New Issue
Block a user