summaryrefslogtreecommitdiff
path: root/examples/application1/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application1/Makefile.example')
-rw-r--r--examples/application1/Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application1/Makefile.example b/examples/application1/Makefile.example
index bb1b867025..7b99cb56a1 100644
--- a/examples/application1/Makefile.example
+++ b/examples/application1/Makefile.example
@@ -1,5 +1,4 @@
CC = gcc
-LD = ld
PKGCONFIG = $(shell which pkg-config)
CFLAGS = `$(PKGCONFIG) --cflags gtk+-3.0`
LIBS = `$(PKGCONFIG) --libs gtk+-3.0`
@@ -18,3 +17,4 @@ exampleapp: $(OBJS)
clean:
rm -f $(OBJS)
+ rm -f exampleapp