remove cruft
This commit is contained in:
parent
d9553eebe3
commit
8f96a347b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
obj
|
||||
omos
|
||||
|
7
Makefile
7
Makefile
@ -1,7 +0,0 @@
|
||||
include sys/Makefile
|
||||
CC=cc
|
||||
SRCS=$(wildcard sys/*.o) $(wildcard sys/*/*.o) $(wildcard sys/*/*/*.o)
|
||||
|
||||
all: vga.o sysinit.o
|
||||
echo $(SRCS)
|
||||
$(CC) $(SRCS) -o boot.img
|
0
Makescript
Normal file → Executable file
0
Makescript
Normal file → Executable file
Loading…
Reference in New Issue
Block a user