diff --git a/Makefile b/Makefile index 4e1fcde..5921a9e 100644 --- a/Makefile +++ b/Makefile @@ -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}