about summary refs log tree commit diff stats
path: root/examples/generate_rtscts/Makefile
blob: dbe6b1058a7e1f12fc97a13ef4b1209b3fe01cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
CC=clang
CFLAGS=-Wall -Werror -O3 -o generate_rtscts
LDFLAGS=-lpcap -lwifi

parse_eapol: generate_rtscts.o
	$(CC) $(CFLAGS) generate_rtscts.c $(LDFLAGS)

clean:
	rm generate_rtscts *.o
sted it: * Name: <%= @comment.username %> * Email: <%= @comment.email %> <% unless @comment.website.empty? %>* Website: <%= @comment.website %> <% end %> Here is the comment: --- <%= @comment.body %> --- Posted: <%= @comment.created_at.strftime("%B #{@comment.created_at.day.ordinalize}, %Y at %-I:%M:%S%P") %> Go to the admin panel: <%= pending_admin_comments_url %>