Skip to content

Commit 3cc98e8

Browse files
authored
Merge pull request #34 project building was improved
project building was improved
2 parents e2fd482 + 3d2766e commit 3cc98e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
spynix:
1+
spynix: clear
22
@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:
5-
@rm spynix
5+
@rm -f spynix

0 commit comments

Comments
 (0)