aboutsummaryrefslogtreecommitdiffstats
path: root/tests/softkiller/Makefile
blob: 669f67b9ca82fc7693b3ae2d28474bd403c3f7d2 (plain)
1
2
3
4
5
6
7
8
9
# we need c99 because of snprintf function!
# (this function does not exist in C89/ANSI C)

softkiller:	softkiller.c
	$(CC) -Wall -pedantic -std=c99 -o $@ -lX11 $<

clean:
	rm softkiller