small fixes
This commit is contained in:
8
Makefile
8
Makefile
@@ -5,12 +5,14 @@ all: release
|
||||
|
||||
install: release
|
||||
mkdir -p /opt/yellownotes
|
||||
cp build/release/yellownotes *.svg *.png /opt/yellownotes
|
||||
cp build/release/yellownotes /opt/yellownotes
|
||||
mkdir -p /opt/yellownotes/images
|
||||
cp *.svg *.png /opt/yellownotes/images
|
||||
|
||||
release: build/release/yellownotes
|
||||
|
||||
build/release/yellownotes: exe_path.cpp gtk-imports.c gtkloader.cpp main.cpp tr.cpp yellownotes.cpp utils/whereami.c \
|
||||
exe_path.h gtk-imports.h gtkloader.h tr.h yellownotes.h utils/whereami.h
|
||||
build/release/yellownotes: info_over_me.cpp gtk-imports.c gtkloader.cpp main.cpp tr.cpp yellownotes.cpp utils/whereami.c \
|
||||
info_over_me.h gtk-imports.h gtkloader.h tr.h yellownotes.h utils/whereami.h
|
||||
cmake -S . -B build/release
|
||||
cmake --build build/release --target all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user