diff options
| author | onelin <oscar@nelin.dk> | 2026-06-13 00:00:59 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2026-06-13 00:00:59 +0000 |
| commit | 9f871ef0e0f27f795f5df7d842c7c205b6faa05f (patch) | |
| tree | 4515ba7026c88d19a71e65352e01d7274beebbff /Makefile | |
| parent | 3c3158a79d208d1be32d3804140b2ff0b809cc1d (diff) | |
Compile write-elf as 64-bit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ all: fmt test.out write-elf: main.c write_elf.c registers.h instructions.h - gcc -static-pie main.c -o write-elf + gcc -m64 -static-pie main.c -o write-elf test.out: write-elf ./write-elf |
