ifeq ($(TARGET_BOARD), )
  TARGET_BOARD = vcu118
  export TARGET_BOARD
endif

all:
	$(Q)make -C timestamp
	$(Q)make -C quicksort
