diff options
Diffstat (limited to 'ach/Makefile')
-rw-r--r-- | ach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ach/Makefile b/ach/Makefile index 869a0d0f8a3e..3a8cd2865e87 100644 --- a/ach/Makefile +++ b/ach/Makefile @@ -12,4 +12,4 @@ default: simple .PHONY: clean clean: - @rm -f *.ll *.o simple + @rm -f *.ll *.o simple functions |