Added header information

This commit is contained in:
Tobias Eidelpes 2018-05-06 12:21:30 +02:00
parent 76dcf53c8d
commit 488dd66da0

View File

@ -1,3 +1,9 @@
#--------------------------------------------------------------------#
# @date 2018-05-06 #
# #
# websh - A program to display linux commands in html format #
#--------------------------------------------------------------------#
CC = gcc CC = gcc
CFLAGS = -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_C_SOURCE=200809L -g -c CFLAGS = -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_POSIX_C_SOURCE=200809L -g -c