Atlas - Makefile

Home / lab / nova Lines: 1 | Size: 136 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1.PHONY: all build run clean 2 3all: build run 4 5build: 6 mvn -q package 7 8run: 9 java -jar target/nova-1.0-SNAPSHOT.jar 10 11clean: 12 mvn -q clean 13
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.