diff options
Diffstat (limited to 'getopt-ul/Makefile')
-rw-r--r-- | getopt-ul/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/getopt-ul/Makefile b/getopt-ul/Makefile deleted file mode 100644 index 782240c..0000000 --- a/getopt-ul/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -include ../config.mk - -getopt: getopt.c - ${CC} -include config.h ${CFLAGS} ${LDFLAGS} -o getopt getopt.c - -clean: - rm -f getopt - -install: - install -Dm755 getopt ${DESTDIR}${BINDIR}/getopt - -uninstall: - rm -f ${DESTDIR}${BINDIR}/getopt - -.PHONY: all install uninstall clean |