10 lines
109 B
Makefile
10 lines
109 B
Makefile
|
TARGET =
|
||
|
TOPDIR = ..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = joystick.c
|
||
|
SRC_SIM =
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|