Through ex1
This commit is contained in:
parent
2fc502900f
commit
6e6507ad38
@ -3,4 +3,4 @@ FROM ubuntu:xenial
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update -yq
|
||||
RUN apt-get install -yq build-essential git
|
||||
RUN apt-get install -yq build-essential git man
|
||||
|
4
lcthw-remnants-2/Makefile
Normal file
4
lcthw-remnants-2/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
clean:
|
||||
rm -f ex1
|
@ -1,3 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
puts("Hello world.");
|
||||
|
Loading…
Reference in New Issue
Block a user