mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-10 13:25:32 +00:00
11 lines
108 B
Makefile
Executable File
11 lines
108 B
Makefile
Executable File
TOP = ../../..
|
|
include $(TOP)/make.mk
|
|
|
|
INCLUDES += \
|
|
-I../
|
|
|
|
SRCS += \
|
|
../app.c
|
|
|
|
include $(TOP)/rules.mk
|