diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 10:21:14 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 10:21:14 +1000 |
commit | ae800796cdcce21c561bcbfbc96b29efe4d39a0b (patch) | |
tree | bbf91b3a4c4d2bd7fd99eb4c65181c6ae8abe442 /makefile | |
parent | ee742e6020248f9695cc9ce5bbace5f42814383e (diff) |
used a file to hold dynamic addresses :/ works now
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ main: - gcc test.c -o main
\ No newline at end of file + gcc test.c -o a |