More build system adjustments
This commit is contained in:
2
sandbox/memblock/Makefile
Normal file
2
sandbox/memblock/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
include ../sandbox-config.mk
|
||||
include ../sandbox-template.mk
|
||||
7
sandbox/memblock/main.c
Normal file
7
sandbox/memblock/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
printf("Hello, world\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user