From cf8b53adfff24badc57c10a2c0d153a6a592d26b Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 28 Feb 2017 13:14:06 +0100 Subject: [PATCH] gui works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fba2d2d46..aa03de7a2 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