summaryrefslogtreecommitdiffstats
path: root/Makefile-src
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-src')
-rw-r--r--Makefile-src13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile-src b/Makefile-src
new file mode 100644
index 0000000..0423cf5
--- /dev/null
+++ b/Makefile-src
@@ -0,0 +1,13 @@
+# -*- Makefile -*-
+
+CFLAGS = $(SDL_CFLAGS)
+PREFIX =
+SUFFIX =
+LIBS = $(SDL_LIBS)
+INSTALL = install
+
+include makefile.common
+
+install:
+ $(INSTALL) -m 0755 -d "$(DESTDIR)$(BINDIR)"
+ $(INSTALL) -m 0755 $(EXE) "$(DESTDIR)$(BINDIR)/"