feat: half digit

feat: compile with debug options
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-07 03:48:37 +03:00
parent 3d14cbf731
commit a3cf6f2760
2 changed files with 99 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
as main.s -o main.o
gcc main.o -o main -nostdlib -static
as main.s -g -o main.o
gcc main.o -g -o main -nostdlib -static
./main