From af3bd55abfde341bd3f49edab96c486913855f72 Mon Sep 17 00:00:00 2001 From: Kranklyboy Date: Tue, 8 May 2018 14:15:34 +0200 Subject: [PATCH] Added header --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index b61eb72..b888635 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +#--------------------------------------------------------------------# +# @date 2018-05-06 # +# # +# websh - A program to display linux commands in html format # +#--------------------------------------------------------------------# + CC = gcc CFLAGS = -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_C_SOURCE=200809L -g -c