diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ all: - nasm sh.asm -f elf64 -o sh.o + nasm sh.s -f elf64 -o sh.o ld sh.o -o sh strip sh rm sh.o |
![]() |
index : cflems/dbsh.git | |
| Small, minimal shell written in assembly. | Carson Fleming |
| summaryrefslogtreecommitdiff |