X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pandora_liveinfo.git;a=blobdiff_plain;f=Makefile;h=bc3e5f0dbf9c4f0a902423afeaff8d415c1dccaf;hp=7bae7b7eb9668ef02050c9b2c17cd9caf6325cff;hb=3a836137bd76589725e60064bc4f923ff251ba53;hpb=b7d8fc1a0be728e8830c04fa6d836c8d18c6bc3a diff --git a/Makefile b/Makefile index 7bae7b7..bc3e5f0 100644 --- 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