Skip to content

Commit

Permalink
Made sure parse.o is cleaned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Smith committed Dec 28, 2019
1 parent a006f46 commit 5cd77ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BIN=doas
PREFIX?=/usr/local
MANDIR?=$(DESTDIR)$(PREFIX)/man
SYSCONFDIR?=$(DESTDIR)$(PREFIX)/etc
OBJECTS=doas.o env.o compat/execvpe.o compat/reallocarray.o y.tab.o
OBJECTS=doas.o env.o compat/execvpe.o compat/reallocarray.o y.tab.o
OPT?=-O2
# Can set GLOBAL_PATH here to set PATH for target user.
# TARGETPATH=-DGLOBAL_PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:\"
Expand Down Expand Up @@ -66,7 +66,7 @@ install: $(BIN)

clean:
rm -f $(BIN) $(OBJECTS) y.tab.c
rm -f *.final
rm -f *.final parse.o

# Doing it this way allows to change the original files
# only partially instead of renaming them.
Expand Down

0 comments on commit 5cd77ce

Please sign in to comment.