From ab959d7b4194715870128e616b8e29d4a101e488 Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:41 +0200 Subject: Imported Upstream version 1.1.1+rev1207 --- util/lib/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 util/lib/Makefile (limited to 'util/lib/Makefile') diff --git a/util/lib/Makefile b/util/lib/Makefile deleted file mode 100644 index 5f55636..0000000 --- a/util/lib/Makefile +++ /dev/null @@ -1,20 +0,0 @@ - -CC = gcc -CFLAGS = -MD -g -Wall -O2 -I../../include -I. -LFLAGS = -g -Wall - -OBJS = lnb.o -SRCS = $(OBJS:.o=.c) - -TARGET = lnb.o - -$(TARGET): $(SRCS) - -.c.o: - $(CC) $(CFLAGS) -c $< -o $@ - -clean: - $(RM) *.o *.d $(TARGET) - --include $(wildcard *.d) dummy - -- cgit v1.2.3