summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b36762..dec97b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
CFLAGS = -g
CC = gcc
+LDFLAGS = -llrmi
all: s3switch
-s3switch: s3switch.o lrmi.o
+s3switch: s3switch.o
clean:
rm -f s3switch *.o