Skip to content

Commit

Permalink
adding clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Feb 20, 2019
1 parent 90277a8 commit 24cf879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ APP1_BIN=$(top_builddir)/src/$(APP1_NAME)$(EXEEXT)
$(APP1_BIN): FORCE
$(MAKE) -C src $(@F)

CLEANFILES = `git check-ignore -v *` `git check-ignore **/*`
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/*~ $(srcdir)/*/*~
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AC_OUTPUT

```
clone
./autogen.sh this is download submodules as well.
./autogen.sh this will execute autoreconf as well as will download submodules.
./configure --with-app1=yes or ./configure
make
Expand Down

0 comments on commit 24cf879

Please sign in to comment.