summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index ce527be..847e950 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -14,8 +14,7 @@ INCLUDE_LIBS = \
$(LIBS_SQLITE3)
PORT_OBJS = \
- port/string.o \
- port/sleep.o
+ port/string.o
OBJS = \
$(PORT_OBJS)