Skip to content

Commit f62e411

Browse files
authored
Merge pull request #31 fixed compiling command for make
fixed compiling command for make
2 parents 036a603 + ec7dfd0 commit f62e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
2+
@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
33

44
clear:
55
@rm spynix

0 commit comments

Comments
 (0)