vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / encoding / base64 / Makefile
1 -include .config
2
3 TARGET = base64
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = base64.c
7
8 ###########################################
9
10 include $(AVERSIVE_DIR)/mk/aversive_module.mk