*** empty log message ***
This commit is contained in:
parent
c0f54a11cb
commit
3914d44b7a
1 changed files with 2 additions and 1 deletions
|
@ -6,12 +6,13 @@
|
|||
#LIBINC=-L
|
||||
#LIBS=
|
||||
|
||||
OSTYPE=$(shell uname -s)
|
||||
CC=gcc
|
||||
CFLAGS=-Wall --static
|
||||
#-O2 -ggdb
|
||||
INCLUDES=-I ../src/
|
||||
LIBINC=-L ../src
|
||||
LIBS=-lnazgul -lrt
|
||||
LIBS=-lnazgul $(OSTYPE:Linux=-lrt)
|
||||
|
||||
PRJNAME=Libnazgul
|
||||
GDATE := $(shell date +"-%Y-%m-%d_r%H")
|
||||
|
|
Loading…
Reference in a new issue