Makefile polish

This commit is contained in:
Imbus 2024-05-11 13:14:08 +02:00
parent 08f5eb6fd7
commit 11766801ef

View file

@ -3,7 +3,6 @@ GITHASH := $(shell git rev-parse --short HEAD)$(shell git diff-index --quiet HEA
TARNAME := xl-imbus-$(GITHASH).tar.gz
run:
echo $(GITHASH)
./gradlew run
watch: