aboutsummaryrefslogtreecommitdiff
path: root/apps/chess/Makefile
blob: bc65e93cbd8e20f928e6114c82646536e5649722 (plain) (blame)
1
2
3
4
5
6
7
# MIT License, Copyright (c) 2021 Marvin Borner

NAME = chess
OBJS = main.o
LIBS = -lgui -lc

include ../generic.mk