1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 11:52:44 +01:00
RIOT/pkg/ubasic/ubasic.mk

11 lines
217 B
Makefile
Raw Normal View History

MODULE = ubasic
# some toolchains complain about the usage of isdigit with a pointer in the
# tokenizer
CFLAGS += -Wno-char-subscripts
SRC := tokenizer.c ubasic.c
NO_AUTO_SRC := 1
include $(RIOTBASE)/Makefile.base