X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=7bae7b7eb9668ef02050c9b2c17cd9caf6325cff;hb=b7d8fc1a0be728e8830c04fa6d836c8d18c6bc3a;hp=fe05688bd4009acc79c6f4dd670eda22e312d540;hpb=15f42220856460f67c375c1e64de4ffc4bdf6f47;p=pandora_liveinfo.git diff --git a/Makefile b/Makefile index fe05688..7bae7b7 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,14 @@ LDLIBS += -lpthread -lrt OBJS = main.o fonts.o -all: liveinfo +all: liveinfo custom liveinfo: $(OBJS) $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS) $(LDLIBS) +custom: custom.c + $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS) + clean: $(RM) liveinfo $(OBJS)