summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2017-01-21 11:47:07 +0200
committerMartin Peres <martin.peres@linux.intel.com>2017-01-21 11:47:07 +0200
commit043a74230f9a1a684a49ae3fd37ad3fe422b6ec8 (patch)
tree8a151bce7a11e40dc43d56182e217682dbbc134d /Makefile
parent93ebf3ffc7da2dd261a30324f9929b044ea0bcb4 (diff)
Makefile: fix the clean target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d5e9cc..9f70f68 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS =
# List of sources:
SOURCES = auto-randr.c
-OBJECTS = $(SOURCES:.cpp=.o)
+OBJECTS = $(SOURCES:.c=.o)
# Name of executable target:
EXECUTABLE = auto-randr