From 1c221d5844560b313075cc9efc5bd0f6fd7fcced Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 20 Jun 2017 12:47:25 +0200 Subject: [PATCH] insignificant uncommented gui in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d689a261..92669ca12 100755 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(info ) .PHONY: all nonstatic static lib libreceiver textclient receiver gui stextclient sreceiver -all: lib textclient receiver #gui +all: lib textclient receiver gui nonstatic: lib libreceiver textclient receiver gui