Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
cmirror
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
3
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
main
.gitignore
Makefile
README.local-glib
cmirror.c
Breadcrumbs
cmirror
/
Makefile
Copy path
Blame
Blame
Latest commit
History
History
12 lines (9 loc) · 246 Bytes
Breadcrumbs
cmirror
/
Makefile
Top
File metadata and controls
Code
Blame
12 lines (9 loc) · 246 Bytes
Raw
CFLAGS += -O3 CFLAGS += -g -Wall -Wextra -Werror CFLAGS += $(shell pkg-config --cflags glib-2.0) LDLIBS += $(shell pkg-config --libs glib-2.0) cmirror: cmirror.c install: cmirror install -v -D -t $(DESTDIR)/usr/bin cmirror clean: rm cmirror
1
2
3
4
5
6
7
8
9
10
11
12
You can’t perform that action at this time.