Moved source to src/

SVN revision: 362
This commit is contained in:
Stefan Ritt 2003-01-30 15:03:06 +00:00
parent 048c7faa66
commit e8aa7fc289

View File

@ -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)