diff options
Diffstat (limited to 'assignments/3/Makefile')
| -rw-r--r-- | assignments/3/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assignments/3/Makefile b/assignments/3/Makefile index 8c3bc0c..75f6584 100644 --- a/assignments/3/Makefile +++ b/assignments/3/Makefile @@ -11,3 +11,8 @@ numbers.txt: run: main.exe numbers.txt ./main.exe < numbers.txt + +manual: max_min.s + as --64 -o max_min.o max_min.s + ld -o max_min.exe max_min.o + ./max_min.exe |
