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.
1 parent 67eb927 commit c198bffCopy full SHA for c198bff
Makefile
@@ -0,0 +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
3
+
4
+clear:
5
+ @rm spynix
0 commit comments