Remove executables with make clean
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
2c14a479d6
commit
9cfecc7867
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -91,7 +91,7 @@ install: all
|
|||
./sj3mkdic dict/visual.eucjp $(DESTDIR)$(SHAREDIR)/sj3/dict/sj3main.dic > /dev/null
|
||||
|
||||
clean:
|
||||
rm -f $(PUBLIC_LIBS) $(PRIVATE_LIBS) $(ALL_OBJS) compats.o
|
||||
rm -f $(PUBLIC_LIBS) $(PRIVATE_LIBS) $(ALL_OBJS) compats.o $(CLIENT_APPS) sj3serv
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile.configure config.h config.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue