netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=17d4a53db4858cb23090660eab98388423abe22c
commit 17d4a53db4858cb23090660eab98388423abe22c Author: Alastair Poole <nets...@gmail.com> Date: Sat Aug 24 14:57:05 2019 +0100 Makefile: Fix. --- src/tingle/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tingle/makefile b/src/tingle/makefile index 17cf215..f308cf8 100644 --- a/src/tingle/makefile +++ b/src/tingle/makefile @@ -18,6 +18,6 @@ else ifeq ($(UNAME),Linux) endif default: - $(CC) $(CFLAGS) $(LDFLAGS) $(SOURCES) -o tingle + $(CC) $(SOURCES) $(CFLAGS) $(LDFLAGS) -o tingle clean: -rm $(PROGRAM) --