diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/amdfwtool/Makefile | 2 | ||||
-rw-r--r-- | util/post/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/util/amdfwtool/Makefile b/util/amdfwtool/Makefile index 58606e3ed0..c19c8e638c 100644 --- a/util/amdfwtool/Makefile +++ b/util/amdfwtool/Makefile @@ -16,3 +16,5 @@ $(TARGET): $(OBJ) clean: @rm -f $(TARGET) $(OBJ) + +distclean: clean diff --git a/util/post/Makefile b/util/post/Makefile index d0a3eb99e4..0941cde0a1 100644 --- a/util/post/Makefile +++ b/util/post/Makefile @@ -2,3 +2,5 @@ all: $(CC) post.c -o post clean: rm -f post + +distclean: clean |