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 user
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 }}
pmenzel
/
dwzcalculator
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
master
.gitignore
Makefile
dwzcalculator.c
Breadcrumbs
dwzcalculator
/
Makefile
Blame
Blame
Latest commit
History
History
13 lines (9 loc) · 202 Bytes
Breadcrumbs
dwzcalculator
/
Makefile
Top
File metadata and controls
Code
Blame
13 lines (9 loc) · 202 Bytes
Raw
CFLAGS= -Wall -Werror -Wextra -pedantic -std=gnu99 LDFLAGS=-lm dwzcalculator: dwzcalculator.o #elocalculator: elocalculator.o .PHONY: clean clean: rm -f *.o rm -f dwzcalculator # rm elocalculator
1
2
3
4
5
6
7
8
9
10
11
12
13
You can’t perform that action at this time.