Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lab2 -minimalOS and Lab 3 code editing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
n2-krishna
Lab2 -minimalOS and Lab 3 code editing
Commits
db3a2aea
Commit
db3a2aea
authored
4 years ago
by
n2-krishna
Browse files
Options
Downloads
Patches
Plain Diff
Lab2 Make file
parent
993b5fe0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-4
4 additions, 4 deletions
Makefile
with
4 additions
and
4 deletions
Makefile
+
4
−
4
View file @
db3a2aea
...
...
@@ -20,8 +20,8 @@ OBJS= boot.o kernel.o
$(
CC
)
-c
-o
$@
$<
$(
CFLAGS
)
$(CDROM)
:
$(OSNAME) grub.cfg
cp
$(
OSNAME
)
isodir
/
boot/
$(
OSNAME
)
cp
grub.cfg isodir
/
boot/grub
cp
$(
OSNAME
)
isodir
_
boot/
$(
OSNAME
)
cp
grub.cfg isodir
_
boot/grub
grub-mkrescue
-o
$@
isodir
$(OSNAME)
:
$(OBJS)
...
...
@@ -31,8 +31,8 @@ $(OSNAME) : $(OBJS)
.PHONY
:
clean
clean
:
rm
isodir
/
boot/
$(
OSNAME
)
rm
isodir
/
boot/grub/grub.cfg
rm
isodir
_
boot/
$(
OSNAME
)
rm
isodir
_
boot/grub/grub.cfg
rm
*
.o
rm
$(
OSNAME
)
rm
$(
CDROM
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment