Aggiunto supporto all'installazione basata #1

Merged
chic_luke merged 2 commits from alecs/figasm:master into master 2021-05-14 20:50:31 +02:00
Showing only changes of commit 107036348d - Show all commits

View File

@ -4,6 +4,10 @@ all:
as -o $(FILE).o $(FILE).s as -o $(FILE).o $(FILE).s
ld -o $(FILE) $(FILE).o ld -o $(FILE) $(FILE).o
clean:
rm $(FILE).o
rm $(FILE)
debug: debug:
as -g -o $(FILE).o $(FILE).s as -g -o $(FILE).o $(FILE).s
ld -o $(FILE) $(FILE).o ld -o $(FILE) $(FILE).o