We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 036a603 + ec7dfd0 commit f62e411Copy full SHA for f62e411
Makefile
@@ -1,5 +1,5 @@
1
spynix:
2
- @clang -W -o spynix src/main.c src/cpu/cpu_info.c src/hlp/hlp_info.c src/net/net_info.c src/ram/ram_info.c src/rom/rom_info.c src/sys/sys_info.c -ansi -pedantic
+ @clang src/main.c src/cpu/cpu_info.c src/hlp/hlp_info.c src/net/net_info.c src/ram/ram_info.c src/rom/rom_info.c src/sys/sys_info.c -o spynix -W -ansi -pedantic
3
4
clear:
5
@rm spynix
0 commit comments