Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ncravino committed Nov 5, 2023
1 parent 3e6575d commit 67faa48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ icon:
convert ./resources/icons/giduba.svg -define icon:auto-resize="256,128,96,64,48,32,16" ./resources/icons/giduba.ico
convert ./resources/icons/giduba.svg -resize 32 ./resources/icons/giduba.png

./build/:
mkdir -p build && cd build && qmake ../Giduba.pro

.PHONY: prepare
prepare: ./build/
mkdir -p build && cd build && qmake ../Giduba.pro

.PHONY: clean
clean: prepare
Expand Down

0 comments on commit 67faa48

Please sign in to comment.