8 lines
63 B
Makefile
8 lines
63 B
Makefile
JC = javac
|
|
JV = java
|
|
|
|
SRC = ./src
|
|
BUILD = ./build
|
|
RES = ./res
|
|
|