Skip to content

Commit 3987b03

Browse files
committed
Fix Makefile
1 parent 0a488a1 commit 3987b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DEBUG_CFLAGS=-DDEBUG \
2525
-Wmissing-prototypes -Wstrict-prototypes -Wstrict-overflow -Wcast-align \
2626
-fsanitize=leak,address,undefined -fsanitize-undefined-trap-on-error -fstack-protector-strong \
2727
-O0 -ggdb
28-
RELEASE_CFLAGS=-O3 -flto -march=native -Wmaybe-uninitialized
28+
RELEASE_CFLAGS=-O3 -flto -march=native
2929

3030
FILES=dictpopup.c util.c platformdep.c deinflector.c settings.c db.c ankiconnectc.c database.c jppron.c pdjson.c
3131
FILES_H=ankiconnectc.h db.h deinflector.h settings.h util.h platformdep.h database.h jppron.h pdjson.h
@@ -67,7 +67,7 @@ release:
6767

6868
CONFIG_DIR=${DESTDIR}${PREFIX}/share/dictpopup
6969

70-
install: default
70+
install: all
7171
mkdir -p ${DESTDIR}${PREFIX}/bin
7272
mkdir -p ${DESTDIR}$(PREFIX)/share/man/man1
7373

0 commit comments

Comments
 (0)