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
1fd6ab2d
Commit
1fd6ab2d
authored
5 years ago
by
John M. (Jack) Maxfield
Browse files
Options
Download
Email Patches
Plain Diff
Update makefile
parent
3e33dca6
master
No related merge requests found
Pipeline
#30589
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-4
Makefile
with
2 additions
and
4 deletions
+2
-4
Makefile
View file @
1fd6ab2d
all
:
myzip0 myunzip0 huffman inflate test_inflate myunzip
all
:
myzip0 myunzip0 huffman inflate test_inflate myunzip
myzip lz77
myzip0
:
myzip0.c
cc myzip0.c
-o
myzip0
...
...
@@ -25,7 +25,5 @@ lz77 : include/bitwriter.h include/hashmap.h include/lz77.h src/lz77/bitwriter.c
myzip
:
include/bitwriter.h include/hashmap.h include/lz77.h src/lz77/bitwriter.c src/lz77/hashmap.c src/lz77/lz77.c src/myzip/myzip.c
cc
-I
include src/lz77/lz77.c src/lz77/hashmap.c src/lz77/bitwriter.c src/myzip/myzip.c
-o
myzip
clean
:
rm
myzip0 myunzip0 huffman inflate test_inflate myunzip
rm
-f
myzip0 myunzip0 huffman inflate test_inflate myunzip
myzip lz77
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