diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:17 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 10:49:00 +0200 |
commit | de2d27fc295d8bfebd6ae86c7f7475e649c1c0b9 (patch) | |
tree | 3c30ee2ee25dbadbb90c411042561fbc15ac9c1b /ifenslave | |
parent | [RELEASE] flxutils-0.1.9 (diff) | |
download | flxutils-de2d27fc295d8bfebd6ae86c7f7475e649c1c0b9.tar.xz |
[RELEASE] flxutils-0.1.10.1v0.1.10.1
Diffstat (limited to 'ifenslave')
-rw-r--r-- | ifenslave/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ifenslave/Makefile b/ifenslave/Makefile index 3a7ec80..e90f13f 100644 --- a/ifenslave/Makefile +++ b/ifenslave/Makefile @@ -1,10 +1,13 @@ OBJS=ifenslave -include ../../include/rules.make +# include ../../include/rules.make CC=gcc CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include -momit-leaf-frame-pointer all: $(OBJS) +clean: + rm -vf $(OBJS) core *.[oa] *~ + ifenslave: ifenslave.o $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< strip -R .comment -R .note $@ |