command line arguments, cleanup

This commit is contained in:
nova
2024-03-17 17:16:23 +01:00
parent 6a7f2a5098
commit 67c050abbc
2 changed files with 32 additions and 12 deletions

View File

@ -1,7 +1,5 @@
all:
gcc ./main.c -std=c99
./a.out
gcc ./main.c -std=c99 -o tasm
d:
gcc -g -std=c99 ./main.c
gdb ./a.out
gcc -g -std=c99 ./main.c -o tasm