Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbush committed Sep 24, 2021
1 parent d42bcc2 commit d001991
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 352 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: ${PROG}
${PROG}: ${OBJS}
${CC} -o $@ ${OBJS} ${LDFLAGS}

${OBJS}: ${PROG}.h config.h
${OBJS}: config.h

.c.o:
${CC} ${CFLAGS} -c $<
Expand Down
Loading

0 comments on commit d001991

Please sign in to comment.