GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
httphead
Transfer to URL with SHA
Find file
Newer
Older
tree:
977493ab99
Branches
Tags
×
master
httphead
/ Makefile
Andreas Jaggi
on 26 Feb 2013
86 bytes
initial import
Raw
Blame
History
all: httphead httphead: httphead.c $(CC) $(CFLAGS) $^ -o $@ clean: rm -f httphead