simple/ftcp/GNUmakefile

14 lines
168 B
Makefile
Raw Normal View History

2002-03-18 21:40:08 +01:00
include GNUmakevars
include GNUmakerules
ftcp: ftcp.o
2004-02-24 20:56:24 +01:00
$(CC) $^ -o $@
2002-03-18 21:40:08 +01:00
clean:
rm -f *.o ftcp core foo bar
install: $(BINDIR)/ftcp
distclean: clean
rm -f *.bak *.d