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
cs24-24fa
project03
Commits
542926b0
Commit
542926b0
authored
8 months ago
by
Sahil Azad
Browse files
Options
Download
Email Patches
Plain Diff
Update Makefile
parent
605ce5f7
master
No related merge requests found
Pipeline
#114108
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-5
Makefile
with
2 additions
and
5 deletions
+2
-5
Makefile
View file @
542926b0
...
...
@@ -18,14 +18,11 @@ else
endif
endif
all
:
bin/mdriver-implicit
bin/mdriver-explicit
all
:
bin/mdriver-explicit
bin/mdriver-%
:
out/mdriver-%.o out/mm-%.o out/memlib.o out/fsecs.o out/fcyc.o out/clock.o
$(CC)
$(CFLAGS)
$^
-o
$@
out/mdriver-implicit.o
:
driver/mdriver.c
$(CC)
$(CFLAGS)
-c
-DSTAGE0
$^
-o
$@
out/mdriver-explicit.o
:
driver/mdriver.c
$(CC)
$(CFLAGS)
-c
-DSTAGE1
$^
-o
$@
...
...
@@ -38,4 +35,4 @@ out/%.o: driver/%.c
clean
:
$(CLEAN_COMMAND)
.PRECIOUS
:
bin/mdriver-%
out/mdriver-implicit.o
out/mdriver-explicit.o out/%.o
.PRECIOUS
:
bin/mdriver-% out/mdriver-explicit.o out/%.o
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