1
0
Fork 0

[Makefile] Updated wildcard.

This commit is contained in:
Alexander Andreev 2022-01-02 21:32:34 +04:00
parent 17b500ad92
commit dc0e4f27e0
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ INSTALL_LICENSEDIR=${DESTDIR}usr/share/licenses/${TARGET}
LDFLAGS=-ldflags "-s -w"
SOURCES := main.go ${wildcard prog/*.go}
SOURCES := ${wildcard *.go}
all: ${TARGET}