Minimal support for cross-compiling
[cmus.git] / remote / Dir.mk
blobd900fd1f2a5394e8581e0a95c45cf0acd6a442c0
1 CFLAGS += -I$(top_builddir) -I$(top_srcdir)/common -I$(srcdir) -g
3 objs := main.o
5 cmus-remote: $(objs) $(top_builddir)/common/common.a
6 $(call cmd,ld,)
8 exec-y += cmus-remote
9 clean += $(objs)