summaryrefslogtreecommitdiff
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-29 04:48:00 -0500
committermidipix <writeonce@midipix.org>2016-01-01 22:50:23 -0500
commit383aa6559ee06236b7600df8df17d7f3ab254ca3 (patch)
tree1745e2888f440a7f56d54e29ce4a37a486d9d272 /project/common.mk
parentd764f2cab0ed73a95f3574f7974ec53a516f3c0d (diff)
downloadapimagic-383aa6559ee06236b7600df8df17d7f3ab254ca3.tar.bz2
apimagic-383aa6559ee06236b7600df8df17d7f3ab254ca3.tar.xz
created skeleton.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
new file mode 100644
index 0000000..25e4e90
--- /dev/null
+++ b/project/common.mk
@@ -0,0 +1,8 @@
+COMMON_SRCS = \
+ src/driver/amgc_driver_ctx.c \
+ src/driver/amgc_unit_ctx.c \
+ src/logic/amgc_map_input.c \
+ src/skin/amgc_skin_default.c \
+
+APP_SRCS = \
+ src/apimagic.c