Skip to content

Commit

Permalink
Clean .dll files with 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Jul 31, 2019
1 parent 2657f54 commit e785486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ build/
myabcs
*.o
*.exe
*.dll
2 changes: 1 addition & 1 deletion make_directives
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ uninstall:
find "$${data_dir}" -type d -empty -delete;

clean:
rm -rf *.o *.exe $(EXE) *.core
rm -rf *.o *.exe $(EXE) *.core *.dll

help:
@echo -e $(HELP_STRING)

0 comments on commit e785486

Please sign in to comment.