
PRGS = testUnd test5arg 

CFLAGS += -I./include

all: $(PRGS)

clean:
	rm -f *.[oa] *.elf *.gdb *~ core testUnd test5arg
