]> git.itanic.dy.fi Git - glucose/blobdiff - Makefile
Refactor hiddev functions out from main.c
[glucose] / Makefile
index c5f7cb7d25ba1953edfcdee94fc0412f413e96d0..2846968800feffc1e487cdba1e8ee7315af192b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
 LD = ld
 CFLAGS = -Wall -O2 -g
 
-GLUCOSE_OBJS = main.o
+GLUCOSE_OBJS = main.o hiddev.o
 
 ALL_OBJS = $(GLUCOSE_OBJS)
 ALL_DEBS = $(shell echo " "$(ALL_OBJS) | sed -e "s,[^ ]*\.a,,g" -e     \