aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 68222ac5..193d5af2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -79,7 +79,3 @@ usleep: build/usleep.o
build/usleep.o: usleep.c
$(CC) $(CFLAGS) -c -o $@ $^
-
-
-build/shvar.o: shvar.c
- $(CC) $(CFLAGS) -c -o $@ $^ `pkg-config glib-2.0 --cflags`