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 67eb927 + 5027c0e commit 41c498bCopy full SHA for 41c498b
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
README.md
@@ -50,7 +50,7 @@ rapid unix system & hardware info scraper
50
4) Compile and run the program with *clang*.
51
- Compilation example
52
```
53
- 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
+ make spynix
54
55
5) Launch the app to see all available options.
56
0 commit comments