view tests/softkiller/Makefile @ 794:1d4c7bc579d8

Make sure that path to PUBLIC_KEYSTORE exists to prevent keytool fail and put link flags to the end of gcc command line to prevent link failures
author Jiri Vanek <jvanek@redhat.com>
date Wed, 19 Feb 2014 15:38:50 +0100
parents eedc15145aa6
children
line wrap: on
line source

# 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