Add makefile to SDL example

Fix SDL makefile

git-svn-id: svn://kolibrios.org@8200 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack
2020-11-16 09:28:12 +00:00
parent 2e185e713d
commit 1bd0f4861b
2 changed files with 25 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ objcopy -O binary sdltest
Now sdltest is your binary to run on Kolibri for SDL Demo.
-- ashmew2
You can found Makefile
-- maxcodehack
*/
#include <stdio.h>