simple/base64/GNUmakefile

14 lines
182 B
Makefile
Raw Normal View History

2005-06-01 18:34:59 +02:00
include GNUmakevars
include GNUmakerules
base64: base64.o
$(CC) $^ -lant -o $@
clean:
rm -f *.o base64 core foo bar
install: $(BINDIR)/base64
distclean: clean
rm -f *.bak *.d