Files
documentation
src
tests
test-01-from-nothing
test-02-already-exist
test-03-circular
test-04-edited
test-05-variables
test-06-variables-on-cascade
test-07-dependency
test-08-space-vs-tabulation
test-09-handling-comment
test-10-phony
test-11-error-in-code
test-12-file-dont-exist
test-13-dependancy-dont-exist
test-14-remove-source-and-rebuild
test-15-subdir-build
test-16-strange-variables
test-17-rule-without-command
test-18-path-characters
test-19-multiple-targets
test-20-circular-2
test-21-generate
test-22-future-timestamp
test-23-identical-timestamps
test-24-50target
test-25-multilines
test-26-rule-in-rule
test-27-conditions-if
test-28-silent
test-29-variable-dont-exist
test-30-command-chaining-operators
bake
make
Main.java
Makefile
test-31-redirection
test-32-long-duration-commands
README.md
.gitignore
Bakefile
Makefile
Manifest.MF
README.md
SAE32_2024/tests/test-30-command-chaining-operators/make/Main.java

6 lines
104 B
Java
Raw Normal View History

public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}