Skip to content

Commit d248018

Browse files
committed
Silence missing files on make clean
1 parent e694c71 commit d248018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ main.obj : main.c hd.h
2626
$(CC) $(CFLAGS) -c main.c
2727

2828
clean :
29-
del hd-tests.obj hd-tests.exe hd.obj hd.exe main.obj
29+
del hd-tests.obj hd-tests.exe hd.obj hd.exe main.obj 2>NUL

0 commit comments

Comments
 (0)