GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
src
Transfer to URL with SHA
Find file
Newer
Older
tree:
49100ac233
Branches
Tags
×
master
src
/
c
/
httphead
/ Makefile
Andreas Jaggi
on 13 Aug 2006
92 bytes
Added httphead a programm to show the http header of a website
Raw
Blame
History
all: httphead httphead: httphead.c $(CC) $(CFLAGS) $^ -o httphead clean: rm -f httphead