Makefile
branchv_0
changeset 44 c43c96b0ab1b
parent 39 ec0e970e0830
     1.1 --- a/Makefile	Mon Dec 25 23:39:34 2023 +0100
     1.2 +++ b/Makefile	Mon Dec 25 23:45:13 2023 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  SRC=$(shell find src -name '*.java')
     1.5  MAIN=cz.frantovo.rozsireneatributy.Startér
     1.6  LAF=-Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
     1.7 -VERSION=0.1-SNAPSHOT
     1.8 +VERSION=0.2-SNAPSHOT
     1.9  JAR=target/rozsirene-atributy-$(VERSION).jar
    1.10  
    1.11  all: $(JAR)