2022-09-27 | Paul Boddie | file changeset files shortlog | Fixed architecture-specific build directory detection. |
paul@0 | 1 | PKGDIR ?= ../.. |
paul@0 | 2 | L4DIR ?= $(PKGDIR)/../.. |
paul@0 | 3 | |
paul@38 | 4 | TARGET := client keypad server |
paul@0 | 5 | |
paul@0 | 6 | include $(L4DIR)/mk/subdir.mk |
paul@3 | 7 | |
paul@3 | 8 | server: keypad |