Skip to content

Commit

Permalink
* Add clean rule to top-level makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Mar 20, 2013
1 parent a6829da commit e243cd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/backends/ocarina-backends-build_utils.adb
Expand Up @@ -1434,6 +1434,13 @@ package body Ocarina.Backends.Build_Utils is
(ASCII.HT
& "set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d ; done");

Write_Line ("clean:");
Write_Line
(ASCII.HT
&
" set -e; for d in $(SUBDIRS); do $(MAKE) clean -C $$d ; done"
);

-- Close the file

Close (Fd);
Expand Down

0 comments on commit e243cd0

Please sign in to comment.