Skip to content

Commit c198bff

Browse files
committed
building the project using make
1 parent 67eb927 commit c198bff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)