Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael A. (Mike) Iovine
p1
Commits
593d7870
Commit
593d7870
authored
5 years ago
by
Mike Iovine
Browse files
Options
Download
Email Patches
Plain Diff
Update makefile
parent
30c51315
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+8
-2
Makefile
with
8 additions
and
2 deletions
+8
-2
Makefile
View file @
593d7870
all
:
myzip0 myunzip0 huffman
all
:
myzip0 myunzip0 huffman
inflate
myzip0
:
myzip0.c
cc myzip0.c
-o
myzip0
...
...
@@ -7,4 +7,10 @@ myunzip0 : myunzip0.c
cc myunzip0.c
-o
myunzip0
huffman
:
huffman.c
cc huffman.c
-o
huffman
\ No newline at end of file
cc huffman.c
-o
huffman
inflate
:
inflate.c
cc inflate.c
-o
inflate
-lm
clean
:
rm
myzip0 myunzip0 huffman inflate
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help