layer position config, r2 release
[pandora_liveinfo.git] / Makefile
index 7bae7b7..bc3e5f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,6 @@ custom: custom.c
        $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
 
 clean:
-       $(RM) liveinfo $(OBJS)
+       $(RM) liveinfo custom $(OBJS)
 
 .PHONY: all clean