doesn’t compile lol

This commit is contained in:
2019-10-14 09:16:06 +02:00
parent afeb28bc1e
commit 7649656e64
4 changed files with 16 additions and 7 deletions

View File

@ -6,7 +6,7 @@ build:
javac -Xlint $(shell find src -type f -name '*.java') -d build
assemble:
cd build/; jar cvmf ../MANIFEST.MF ../Elevator.jar *.class
cd build/; jar cvmf ../MANIFEST.MF ../Elevator.jar $(shell cd build/; find -type f -name '*.class')
clean:
-rm build/*.class
-rm -r build/*