summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9faee5b..21a488a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CFLAGS = `pkg-config cairo libjpeg popt --cflags` -D_XOPEN_SOURCE -g
LDDFLAGS = `pkg-config cairo libjpeg popt --libs` -lm
-SRC = cairo_jpg.o genclockimg.o
+SRC = genclockimg.o
TARGET = genclockimg
$(TARGET): $(SRC)
@@ -14,7 +14,7 @@ clean:
rm *.o $(TARGET)
install:
- install -o root -g root -m 755 $(target) /usr/bin
+ install -o root -g root -m 755 $(TARGET) /usr/bin
uninstall:
rm /usr/bin/$(TARGET)