From 96053e1e549038727c08ba6f53c1207c2c2812f8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 26 Jun 2020 20:13:53 +0200 Subject: [PATCH] Add missing config for compiling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbefa07..779a985 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH) #--------------------------------------------------------------------------------- TARGET := wups #BUILD := build -SOURCES := libraries/libwups/ +SOURCES := libraries/libwups/ libraries/libwups/config DATA := data INCLUDES := include