9 lines
97 B
Makefile
9 lines
97 B
Makefile
|
TARGET =
|
||
|
TOPDIR = ../..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = kart.c
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|