mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Moved source to src/
SVN revision: 362
This commit is contained in:
parent
048c7faa66
commit
e8aa7fc289
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# S. Ritt, May 12th 2000
|
# S. Ritt, May 12th 2000
|
||||||
# install/clean section by Th. Bullinger, Apr. 26th, 2002
|
# install/clean section by Th. Bullinger, Apr. 26th, 2002
|
||||||
#
|
#
|
||||||
# add "-DUSE_CRYPT" and "-lcrypt" to use crypt() function
|
# add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function
|
||||||
#
|
#
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
@ -32,7 +32,7 @@ endif
|
|||||||
|
|
||||||
all: $(EXECS)
|
all: $(EXECS)
|
||||||
|
|
||||||
%: %.c
|
%: src/%.c
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
|
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
|
||||||
|
|
||||||
install: $(EXECS)
|
install: $(EXECS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user