More cleanup, 'temp' and 'uptime' use fileRead().
[sysstatus.git] / Makefile
index 55db2ce1d3a63cb01d376999c9dc1551069fa5e0..c7d33559067d9c68c6162740df62793e6de0c8f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CCFLAGS=-Wall -Wextra -O3
 LDOUT=sysstatus
 LIBS=-lasound
 
-all: *.c *.h Makefile
+sysstatus: *.c *.h Makefile
        make -C statuses
        $(CC) $(CCFLAGS) -o $(LDOUT) $(LIBS) sysstatus.c statuses/*.o