#
# Make file for IDS Authentication Gateway
#
idsa: idsa.c
	cc idsa.c -o idsa -lc

clean:
	-@rm idsa
