Commit ce5ecafb authored by Lev Walkin's avatar Lev Walkin

oops

parent c698eb88
......@@ -33,7 +33,7 @@ set +x
# Create a Makefile for the project.
cat > Makefile <<EOM
CFLAGS=-I. -W -Wall -Werror -g ${CFLAGS} -DEMIT_ASN_DEBUG
CFLAGS=-I. -Wall -g ${CFLAGS} -DEMIT_ASN_DEBUG
SRCS=`echo *.c`
OBJS=\${SRCS:.c=.o}
check-executable: \${OBJS}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment