summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5a4a638848839595cb474519625f68d0daec1470 (plain)
1
2
3
4
5
6
7
8
CC = gcc -g

all: s3switch

s3switch: s3switch.o lrmi.o

clean:
	rm -f s3switch *.o