aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-06 22:52:49 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-06 22:52:49 +0800
commitcc3e00ff8ec937f12e0d3be6f621b69465f7ffbd (patch)
treef26e6c78e14c469d938715aa5023541cb6e65bcc /makefile
parentbda9ef9345786d48fd0d98b0855ce965e1028b2f (diff)
downloadSMELT-cc3e00ff8ec937f12e0d3be6f621b69465f7ffbd.tar.xz
Add MSAA support.
Add optional parameters for smClrscr.
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..42ac6ef
--- /dev/null
+++ b/makefile
@@ -0,0 +1,9 @@
+MAKE= make -C
+all: smelt
+smelt:
+ core extensions
+core:
+ $(MAKE) ./smelt/sdl/
+ $(MAKE) ./smelt/sdl/ dumb
+extensions:
+ $(MAKE) ./extensions/ \ No newline at end of file