Added Makefile
This commit is contained in:
parent
3edad90788
commit
834b07fbfa
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# Please Ignore for now, I will make a better makefile in the future
|
||||
# I promisse
|
||||
|
||||
all: compile upload
|
||||
|
||||
compile:
|
||||
@echo "Compiling for 65c02"
|
||||
@vasm6502_oldstyle -Fbin -dotdir -wdc02 main.s | grep :
|
||||
|
||||
upload:
|
||||
@echo "Uploading"
|
||||
@minipro -p SST39SF040 -w a.out -Sy
|
||||
|
0
lib/kernel/memory_manager.s
Normal file
0
lib/kernel/memory_manager.s
Normal file
Loading…
Reference in New Issue
Block a user