diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
index : ~tormod/s3switch | ||
New upstream repo for Tim Roberts' s3switch utility. Release tarballs at http://people.freedesktop.org/~tormod/s3switch/ More information at old upstream page http://www.probo.com/timr/savage40.html | tormod |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 3 |
@@ -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 |