summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3d127d2a0881df12718d0505b4f1ea86d681d02d (about) (plain)
1
2
3
4
all: libschewm.so

libschewm.so: schewm.c
	gcc -fPIC -Wall -shared -o libschewm.so schewm.c